Skip to content

Commit e9b7da4

Browse files
Merged the integ-test and e2e-test steps
Signed-off-by: Norman Jordan <norman.jordan@improving.com>
1 parent de9b2fc commit e9b7da4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-and-build-workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
run: echo "SBT_OPTS=-Xmx2G" >> $GITHUB_ENV
3434

3535
- name: Integ Test
36-
run: sbt integtest/integration
37-
38-
- name: End-to-End Test
39-
run: sbt e2etest/test
36+
run: sbt integtest/integration e2etest/test
4037

4138
- name: Upload test report
4239
if: always() # Ensures the artifact is saved even if tests fail

0 commit comments

Comments
 (0)