chore: rename integration to e2e (#291)

This commit is contained in:
Alex Johnson
2023-12-12 16:23:15 -08:00
committed by GitHub
parent c09da7733b
commit 7e279c5daa
16 changed files with 68 additions and 60 deletions
+3 -3
View File
@@ -45,7 +45,7 @@ jobs:
with:
files: cover.out
test-integration:
test-e2e:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
@@ -71,8 +71,8 @@ jobs:
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
- name: Integration Tests
- name: E2E Tests
if: env.GIT_DIFF
run: |
go work init
make test-integration
make test-e2e