Skip to content

Commit

Permalink
Back to original calling from sut_path
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalinowski-reef committed Dec 19, 2023
1 parent 6e1e5bb commit 253f8ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,11 @@ jobs:
- name: Generate hashes
id: hashes
run: nox -vs make_dist_digest
- name: Copy binary from dist for testing
run: cp ${{ steps.bundle.outputs.sut_path }} ./b2
- name: Run integration tests (without secrets)
run: nox -vs integration -- --sut=./b2 -m "not require_secrets"
run: nox -vs integration -- --sut=${{ steps.bundle.outputs.sut_path }} -m "not require_secrets"
- name: Run integration tests (with secrets)
if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }}
run: nox -vs integration -- --sut=./b2 -m "require_secrets" --cleanup
run: nox -vs integration -- --sut=${{ steps.bundle.outputs.sut_path }} -m "require_secrets" --cleanup
- name: Upload assets
if: failure()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 253f8ec

Please sign in to comment.