Skip to content

Commit

Permalink
Automate tests #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Bethibande committed Apr 13, 2024
1 parent f6d7a57 commit afc4875
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test-after-push.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: test after push
on: ["push", "workflow_dispatch"]
jobs:
compile:
test:
runs-on: arc
container:
image: gradle:8.7.0-jdk17
steps:
- uses: actions/checkout@v4
- run: gradle build
# test:
# runs-on: arc
# container:
# image: gradle:8.7.0-jdk17
# steps:
# - run: ./gradlew test
- run: gradle test

0 comments on commit afc4875

Please sign in to comment.