Skip to content

Commit

Permalink
Update maven-regression-test-ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Aug 27, 2024
1 parent 0bc23ae commit fabf1da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven-regression-test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
test_ENG:
test_ui_ENG:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,8 +19,8 @@ jobs:
- run: mvn clean
- run: mvn verify -P regression-testing-ui -D headless=true -D base.url=http://eng.elimu.ai

test_TGL:
needs: test_ENG
test_ui_TGL:
needs: test_ui_ENG
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -32,8 +32,8 @@ jobs:
- run: mvn clean
- run: mvn verify -P regression-testing-ui -D headless=true -D base.url=http://tgl.elimu.ai

test_HIN:
needs: test_TGL
test_ui_HIN:
needs: test_ui_TGL
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fabf1da

Please sign in to comment.