Skip to content

Commit

Permalink
Run failing test first.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewX192 committed Dec 24, 2023
1 parent 6f66808 commit fcb13be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: compile java
run: ./gradlew compileJava --no-daemon
- name: run driver-tests
run: ./gradlew --no-daemon :platform:arcus-platform-drivers:driver-tests:test
- name: run tests
run: ./gradlew test --no-daemon

0 comments on commit fcb13be

Please sign in to comment.