Skip to content

Commit

Permalink
Fix Github pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler authored Dec 8, 2023
1 parent 90b4f0b commit a3ac316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/setup.yml
- name: Set up build environment and dependencies
uses: ./.github/actions/setup
- name: Compile
run: ant compile
- name: Run tests
Expand Down

0 comments on commit a3ac316

Please sign in to comment.