Skip to content

Commit

Permalink
chore: working-directory got moved into bash statement
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 25, 2024
1 parent 2e72f4a commit 04a880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
tar xzf pact-1.88.77-linux-x86_64.tar.gz
VER=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version')
pact/bin/pact-broker publish -a "$VER+$GITHUB_SHA" -b https://pact-foundation.pactflow.io -k ${{ secrets.PACTFLOW_TOKEN }} target/pacts
working-directory: drivers/rust/driver_pact_tests
working-directory: drivers/rust/driver_pact_tests
if: runner.os == 'Linux'

musl-build:
Expand Down

0 comments on commit 04a880d

Please sign in to comment.