Skip to content

Commit

Permalink
Updated testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Mar 7, 2024
1 parent 5e05c60 commit 198ba1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn test
- run: |
sleep 3m
mvn test

0 comments on commit 198ba1a

Please sign in to comment.