Skip to content

Commit

Permalink
ci.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LeopoldoIII committed Jun 29, 2024
1 parent a1b4c95 commit a478c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: maven

- name: Run UI Tests
run: mvn test -Dtest=com/bdd/runners/UiTestRunner
run: mvn test -Dtest=com.bdd.runners.UiTestRunner

- name: Archive UI test results
if: always()
Expand All @@ -61,7 +61,7 @@ jobs:
cache: maven

- name: Run API Tests
run: mvn test -Dtest=com/bdd/runners/ApiTestRunner
run: mvn test -Dtest=com.bdd.runners.ApiTestRunner

- name: Archive API test results
if: always()
Expand Down

0 comments on commit a478c58

Please sign in to comment.