Skip to content

Commit

Permalink
test: rename maven profile
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Aug 27, 2024
1 parent 5e4c8b3 commit ad6adfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-regression-test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 17
cache: maven
- run: mvn clean
- run: mvn verify -P regression-testing-ui -D headless=true -D base.url=http://eng.elimu.ai
- run: mvn verify -P regression-test-ui -D headless=true -D base.url=http://eng.elimu.ai

test_ui_TGL:
needs: test_ui_ENG
Expand All @@ -30,7 +30,7 @@ jobs:
java-version: 17
cache: maven
- run: mvn clean
- run: mvn verify -P regression-testing-ui -D headless=true -D base.url=http://tgl.elimu.ai
- run: mvn verify -P regression-test-ui -D headless=true -D base.url=http://tgl.elimu.ai

test_ui_HIN:
needs: test_ui_TGL
Expand All @@ -43,4 +43,4 @@ jobs:
java-version: 17
cache: maven
- run: mvn clean
- run: mvn verify -P regression-testing-ui -D headless=true -D base.url=http://hin.elimu.ai
- run: mvn verify -P regression-test-ui -D headless=true -D base.url=http://hin.elimu.ai

0 comments on commit ad6adfd

Please sign in to comment.