Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert authored Oct 10, 2024
1 parent c77417d commit 4e705e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ jobs:

steps:
- name: Checkout BEASTLabs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: BEASTLabs

- name: Azul Zulu OpenJDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
java-package: jdk+fx

- name: Checkout beast2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: CompEvol/beast2
path: beast2

- name: Checkout BeastFX
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: CompEvol/BeastFX
path: BeastFX
Expand All @@ -48,4 +48,4 @@ jobs:
# uses: EnricoMi/publish-unit-test-result-action@v2
# if: always()
# with:
# junit_files: BEASTLabs/build/junitreport/**/*.xml
# junit_files: BEASTLabs/build/junitreport/**/*.xml

0 comments on commit 4e705e6

Please sign in to comment.