Skip to content

Commit ef4c059

Browse files
committed
fix test stage names
1 parent 5a4bb07 commit ef4c059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
test-dev:
7272
runs-on: ubuntu-latest
73-
name: Run Live Integration Tests
73+
name: Run Live Tests
7474
needs:
7575
- deploy-dev
7676
concurrency:

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
test-dev:
7272
runs-on: ubuntu-latest
73-
name: Run Live Integration Tests
73+
name: Run Live Tests
7474
needs:
7575
- deploy-dev
7676
concurrency:

0 commit comments

Comments
 (0)