Skip to content

Commit

Permalink
Check the build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Aug 15, 2024
1 parent b4ac4fe commit 336a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Print Build Version
run: |
echo "Build Version: ${{ env.build_version }}"
if [[ "${{ env.build_version }}" != "${{ RELEASE_VERSION }}" ]]; then
if [[ "${{ env.build_version }}" != "$RELEASE_VERSION" ]]; then
source .venv/bin/activate
cp .venv/lib/python3.11/site-packages/biothings/tests/conftest_slack/conftest.py src/tests/
python -m pytest src/tests/test_remote.py --slack-webhook-url=${{ secrets.SLACK_WEBHOOK_URL }} --slack-channel="#observability-test" --slack-username="Mygeneset.Info Tests"
Expand Down

0 comments on commit 336a03a

Please sign in to comment.