chore(e2e): Rename for clarity (#6261)

bump-ui-commit-4fc3244
Michael Li 3 months ago committed by GitHub
parent d3b2e7402b
commit d1bcbac5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -388,8 +388,8 @@ jobs:
docker.io/hashicorppreview/${{ env.repo }}:${{ env.minor-version }}-dev
docker.io/hashicorppreview/${{ env.repo }}:${{ env.minor-version }}-dev-${{ github.sha }}
enos:
name: Enos
e2e:
name: e2e
# Only run the Enos workflow on pull requests that have been originated from
# the hashicorp/boundary repository. As Enos scenarios require access to
# Github Actions secrets, it only makes sense to run this workflow when those

@ -61,7 +61,7 @@ jobs:
go mod download
make tools
enos:
name: Integration
name: test
needs:
- setup
# Enos jobs are still a bit flaky, ensure they don't fail the workflow.

Loading…
Cancel
Save