Skip to content

Commit

Permalink
Test unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 18, 2024
1 parent 2fd46cb commit 1f7721d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Add exec permission to mvnw
run: chmod +x mvnw
- name: Run unit tests
run: ./mvnw test -Dgroups="unit"
env:
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Add exec permission to mvnw
run: chmod +x mvnw
- name: Run integration tests with Selenium
run: ./mvnw test -Dgroups="integration"
env:
Expand Down

0 comments on commit 1f7721d

Please sign in to comment.