Skip to content

Commit

Permalink
Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmladenov committed Aug 17, 2023
1 parent 3f7dbb4 commit 0058803
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 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 -am -DexcludedGroups=selenium

0 comments on commit 0058803

Please sign in to comment.