Skip to content

feat: Use e2e-bootstrap.sh in Node.js tests #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- 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 @@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: [branch1]
paths:
- "e2e/e2e.nodejs.push.branch1.default.slsa3.yml.txt"

permissions: read-all

Expand All @@ -25,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- 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 @@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: [main]
paths:
- "e2e/e2e.nodejs.push.main.adversarial.slsa3.yml.txt"

permissions: read-all

Expand All @@ -25,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- run: ./.github/workflows/scripts/e2e-bootstrap.sh

if-bootstrap-failed:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e.nodejs.push.main.default.slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: [main]
paths:
- "e2e/e2e.nodejs.push.main.default.slsa3.yml.txt"

permissions: read-all

Expand All @@ -25,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- run: ./.github/workflows/scripts/e2e-bootstrap.sh

if-bootstrap-failed:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e.nodejs.push.main.disttag.slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: [main]
paths:
- "e2e/e2e.nodejs.push.main.disttag.slsa3.yml.txt"

permissions: read-all

Expand All @@ -27,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- 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,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- run: ./.github/workflows/scripts/e2e-bootstrap.sh

if-bootstrap-failed:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.nodejs.tag.main.default.slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- run: ./.github/workflows/scripts/e2e-bootstrap.sh

if-bootstrap-failed:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.nodejs.tag.main.unscoped.slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- 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 @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Bumps the package version pushes, creates a git tag, and pushes the tag.
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
- run: ./.github/workflows/scripts/e2e-bootstrap.sh

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