Skip to content

Commit

Permalink
explicit socat path with test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Jun 13, 2024
1 parent 98d2ca1 commit 512b468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/socat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- name: Run socat tests
working-directory: ./socat-1.8.0.0
run: ./test.sh --expect-fail 146,216,309,310,386,402,459,460
run: SOCAT=$GITHUB_WORKSPACE/socat-1.8.0.0/socat ./test.sh --expect-fail 146,216,309,310,386,402,459,460

0 comments on commit 512b468

Please sign in to comment.