Skip to content

Commit

Permalink
Merge pull request #2 from HolyGrailSortProject/tester-improvements
Browse files Browse the repository at this point in the history
Tester improvements
  • Loading branch information
MusicTheorist authored Nov 1, 2021
2 parents da4508a + 4666177 commit 298f15d
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 233 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test sorts
on: [push, pull_request]

jobs:
test_java:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "Holy Grail Sort/Java/Summer Dragonfly et al.'s Rough Draft"
steps:
- uses: actions/checkout@v2
- name: Setup Java
uses: actions/[email protected]
with:
java-version: 8
distribution: zulu
- name: Build Tester
run: javac -d bin src/holygrail/*.java
- name: Run Tester
run: java -cp bin holygrail.Tester
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<filteredResources>
<filter>
<id>1635186492658</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
Loading

0 comments on commit 298f15d

Please sign in to comment.