Skip to content

Commit

Permalink
Use e2e-bootstrap.sh in delegator create e2e tests. refs #238
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
Ian Lewis committed Aug 10, 2023
1 parent 1dd860c commit cf70a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- id: create
run: ./.github/workflows/scripts/e2e-create-release.sh
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-bootstrap.sh

if-bootstrap-failed:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- id: create
run: ./.github/workflows/scripts/e2e-create-release.sh
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-bootstrap.sh

if-bootstrap-failed:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf70a57

Please sign in to comment.