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 355d38c commit aa7ed18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-after-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
container:
image: gradle:8.7.0-jdk17
steps:
- run: chmod +x gradlew
- run: ./gradlew build
- uses: actions/checkout@v4
- run: gradle build
# test:
# runs-on: arc
# container:
Expand Down

0 comments on commit aa7ed18

Please sign in to comment.