Skip to content

Commit

Permalink
Dot-dot
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jan 6, 2025
1 parent 8f1b90b commit e58d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run build
working-directory: .
- name: Workaround for Elm failures
run: echo "./tests/bad-bin" >> "$GITHUB_PATH"
run: echo "../tests/bad-bin" >> "$GITHUB_PATH"
- run: cat "$GITHUB_PATH"
- run: echo "$PATH"

Expand Down

0 comments on commit e58d1cd

Please sign in to comment.