Skip to content

Commit

Permalink
Fix CI (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmladenov committed Aug 17, 2023
1 parent f3bdbe7 commit 9a35d34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ jobs:
path: ~/.m2
key: ${{ matrix.job.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ matrix.job.os }}-m2

- name: Compile and install everything
run: mvn install -pl andy -DskipTests

- name: Run Weblab runner tests
run: mvn test -pl weblab-runner -DexcludedGroups=selenium
run: mvn test -pl weblab-runner -am -DexcludedGroups=selenium

0 comments on commit 9a35d34

Please sign in to comment.