Skip to content

Commit

Permalink
Shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jul 20, 2024
1 parent e8b0809 commit c6bfa07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,11 @@ jobs:
- name: 'Build and Test K'
run: |
export PATH="$(brew --prefix bison)/bin:$PATH"
export PATH="$(brew --prefix flex)/bin:$PATH"
export PATH="$(brew --prefix llvm)/bin:$PATH"
export PATH="$(brew --prefix openjdk)/bin:$PATH"
PATH="$(brew --prefix bison)/bin:$PATH"
PATH="$(brew --prefix flex)/bin:$PATH"
PATH="$(brew --prefix llvm)/bin:$PATH"
PATH="$(brew --prefix openjdk)/bin:$PATH"
export PATH
mvn verify -Dspotless.check.skip=true --batch-mode -U
Expand Down

0 comments on commit c6bfa07

Please sign in to comment.