Skip to content

Commit

Permalink
Merge branch 'main' into side-by-side2
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Feb 15, 2024
2 parents e963f7c + 42c2c14 commit 9347d71
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
integration:
needs: unit
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
strategy:
matrix:
python-version: [3.9]
Expand Down Expand Up @@ -89,13 +90,9 @@ jobs:
cd -
- name: install integration dependencies
# developers outside the organization cannot access secrets
# so we need to make sure that the job does not fail
# the test will handle the environment variable not being set
# and will skip the test
continue-on-error: true
run: |
curl ${{ secrets.CNS_LINK }} -o $CNS_EXEC -s
chmod +x $CNS_EXEC
- run: tox -e integration
- name: run integration tests
run: tox -e integration

0 comments on commit 9347d71

Please sign in to comment.