From 16a3620206cb0a16af502af58e53b3081b8af53c Mon Sep 17 00:00:00 2001 From: Everaldo Date: Thu, 29 Aug 2024 11:09:41 -0700 Subject: [PATCH] Force bypass version checking for testing. --- .github/workflows/scheduled_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index 882416fe..2fd32639 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -23,6 +23,7 @@ jobs: APPLICATION_NAME: "myvariant.info" # The name of the application being tested. It will be displayed in the Slack message. APPLICATION_METADATA_URL: "https://myvariant.info/metadata" # Path to the application metadata, typically a URL. APPLICATION_METADATA_FIELD: "build_date" # Notation to the build version field. Ex.: "metadata.build_version" + BYPASS_VERSION_CHECK: "True" strategy: fail-fast: false