Skip to content

Commit 387a0a9

Browse files
Renamed the end-to-end step
Signed-off-by: Norman Jordan <norman.jordan@improving.com>
1 parent a0d313d commit 387a0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end-to-end-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Needed to extend the JVM memory size to avoid OutOfMemoryError for HTML test report
3030
run: echo "SBT_OPTS=-Xmx2G" >> $GITHUB_ENV
3131

32-
- name: Integ Test
32+
- name: End-to-End Test
3333
run: sbt e2etest/test
3434

3535
- name: Upload test report

0 commit comments

Comments
 (0)