Skip to content

Commit 7c7abca

Browse files
committed
Rename integration to e2e
Signed-off-by: Enrico Minack <github@enrico.minack.dev>
1 parent 4bbced9 commit 7c7abca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
build:
3232
if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
3333
uses: ./.github/workflows/build.yml
34-
integration:
34+
e2e:
3535
if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
36-
uses: ./.github/workflows/integration.yml
36+
uses: ./.github/workflows/e2e.yml
3737
# Virtual job that can be configured as a required check before a PR can be merged.
3838
all-required-checks-done:
3939
name: All required checks done
@@ -43,7 +43,7 @@ jobs:
4343
- test
4444
- codeql
4545
- build
46-
- integration
46+
- e2e
4747
runs-on: ubuntu-latest
4848
steps:
4949
- run: echo "All required checks done"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration
1+
name: End2End tests
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)