Skip to content

Commit

Permalink
fix: run test server and upload artifacts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Jun 1, 2021
1 parent 18b3d11 commit 4272de3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
- name: build
run: ./gradlew build
- name: run test server
if: ${{ runner.os == 'Linux' && matrix.java == '11' }} # Only run test server once
timeout-minutes: 5
run: ./gradlew runServer
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '11' }} # Only upload artifacts built from LTS java on one OS
uses: actions/upload-artifact@v2
with:
name: Artifacts
Expand Down

0 comments on commit 4272de3

Please sign in to comment.