Skip to content

Commit cf70a57

Browse files
author
Ian Lewis
committed
Use e2e-bootstrap.sh in delegator create e2e tests. refs #238
Signed-off-by: Ian Lewis <[email protected]>
1 parent 1dd860c commit cf70a57

2 files changed

+4
-4
lines changed

.github/workflows/e2e.delegator-generic.create.main.checkout.slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
contents: write
3434
steps:
3535
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
36-
- id: create
37-
run: ./.github/workflows/scripts/e2e-create-release.sh
36+
# Bumps the package version pushes, creates a git tag, and pushes the tag.
37+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3838

3939
if-bootstrap-failed:
4040
runs-on: ubuntu-latest

.github/workflows/e2e.delegator-generic.create.main.default.slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
contents: write
2727
steps:
2828
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29-
- id: create
30-
run: ./.github/workflows/scripts/e2e-create-release.sh
29+
# Bumps the package version pushes, creates a git tag, and pushes the tag.
30+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3131

3232
if-bootstrap-failed:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)