Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Nov 2, 2021
1 parent 5ed86fe commit 56b8175
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ jobs:
distribution: zulu
- name: Build Tester
run: javac -d bin src/holygrail/*.java
- name: Checkout RGS
uses: actions/checkout@v2
with:
repository: HolyGrailSortProject/Rewritten-Grailsort
path: RGS
- name: Build RGS
run: javac -d bin "../../../RGS/Java/Summer Dragonfly et al.'s Rewritten Grailsort for Java/src/sort/GrailSort.java"
- name: Run Tester
run: java -Xmx12G -cp bin holygrail.Tester

0 comments on commit 56b8175

Please sign in to comment.