Skip to content

Commit

Permalink
idk what im doing at this point 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Aug 28, 2024
1 parent f5d3f68 commit d88845b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: |
chmod +x ./gradlew
./gradlew runMainTest
cp -a build/libs/. generated/
- name: copy jars
run: cp -a build/libs/. generated/
build_5:
runs-on: ubuntu-latest
steps:
Expand All @@ -38,13 +39,13 @@ jobs:
run: |
chmod +x ./gradlew
./gradlew runJava5Test
cp -a build/libs/. generated/
- name: copy jars
run: cp -a build/libs/. generated/
upload:
needs: [build_latest, build_5]
runs-on: ubuntu-latest
steps:
- name: upload build artifacts
continue-on-error: true
uses: actions/upload-artifact@v4
with:
path: generated/
Expand Down

0 comments on commit d88845b

Please sign in to comment.