Skip to content

Commit

Permalink
Force bypass version checking for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Aug 29, 2024
1 parent f5334b5 commit 16a3620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a3620

Please sign in to comment.