Skip to content

Commit

Permalink
Fix typo in CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Sep 14, 2023
1 parent 292cf66 commit 9d4a2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
run: |
export DEVNET_PATH="$DEVNET_BUILD_PATH"
export SCARB_PATH=$(which scarb)
export SNCAST_PAT="$(which sncast)"
export SNCAST_PATH="$(which sncast)"
swift test --disable-sandbox

0 comments on commit 9d4a2a3

Please sign in to comment.