Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Sep 15, 2024
1 parent bd905d0 commit 4b8f3cc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,9 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ github.ref }}-build-snapshot-
- name: Build artifacts
run: ./gradlew reobfJarJar
run: ./gradlew remapJar
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Embeddium
path: build/libs
- name: Run automated tests
uses: coactions/setup-xvfb@v1
with:
run: ./gradlew runGameTestCiClient
- name: Upload test artifacts
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: Embeddium-TestData
path: run

0 comments on commit 4b8f3cc

Please sign in to comment.