Skip to content

Commit

Permalink
cucumber ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Oct 21, 2024
1 parent a4fd167 commit 09b0cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
path: ${{ github.workspace }}/target/nextest/ci/junit.xml

- name: cargo test cucumber
run: cargo test --all-features --release --package integration_tests -- --tags "not(@ignore) and not(@flaky)"
run: cargo test --release --package integration_tests --test cucumber -- --tags "not(@ignore) and not(@flaky)"

- name: upload test result artifact
uses: actions/upload-artifact@v4 # upload test results as artifact
Expand Down

0 comments on commit 09b0cf8

Please sign in to comment.