Skip to content

Commit

Permalink
Forgot to update the runner script to take the new name 'full'
Browse files Browse the repository at this point in the history
  • Loading branch information
jckreg committed Dec 12, 2024
1 parent 0f65ea5 commit 9e605cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builNTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./gradlew compile
- name: Run
run: |
./gradlew run
./gradlew full
./gradlew transform
- name: Clean Up
run: ./gradlew reset

0 comments on commit 9e605cb

Please sign in to comment.