Skip to content

Commit

Permalink
workflow change test order
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Aug 2, 2024
1 parent 84420b0 commit c196366
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
java-version: '8'
distribution: 'adopt'

- name: Run Address tests
run: |
cd address
mvn test
- name: Run Utils tests
run: |
cd utils
Expand All @@ -27,9 +32,4 @@ jobs:
- name: Run Cell tests
run: |
cd cell
mvn test
- name: Run Address tests
run: |
cd address
mvn test

0 comments on commit c196366

Please sign in to comment.