Skip to content

Commit b533d11

Browse files
author
Ian Lewis
authored
feat: Use e2e-bootstrap.sh in Node.js tests (#252)
Filter by updates to e2e txt files Signed-off-by: Ian Lewis <[email protected]>
1 parent 6d1b85c commit b533d11

9 files changed

+17
-9
lines changed

.github/workflows/e2e.nodejs.create.main.default.slsa3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2828
# Bumps the package version pushes, creates a git tag, and pushes the tag.
29-
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
29+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3030

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

.github/workflows/e2e.nodejs.push.branch1.default.slsa3.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [branch1]
7+
paths:
8+
- "e2e/e2e.nodejs.push.branch1.default.slsa3.yml.txt"
79

810
permissions: read-all
911

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

3032
if-bootstrap-failed:
3133
runs-on: ubuntu-latest

.github/workflows/e2e.nodejs.push.main.adversarial.slsa3.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [main]
7+
paths:
8+
- "e2e/e2e.nodejs.push.main.adversarial.slsa3.yml.txt"
79

810
permissions: read-all
911

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

3032
if-bootstrap-failed:
3133
runs-on: ubuntu-latest

.github/workflows/e2e.nodejs.push.main.default.slsa3.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [main]
7+
paths:
8+
- "e2e/e2e.nodejs.push.main.default.slsa3.yml.txt"
79

810
permissions: read-all
911

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

3032
if-bootstrap-failed:
3133
runs-on: ubuntu-latest

.github/workflows/e2e.nodejs.push.main.disttag.slsa3.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [main]
7+
paths:
8+
- "e2e/e2e.nodejs.push.main.disttag.slsa3.yml.txt"
79

810
permissions: read-all
911

@@ -27,7 +29,7 @@ jobs:
2729
steps:
2830
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2931
# Bumps the package version pushes, creates a git tag, and pushes the tag.
30-
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
32+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3133

3234
if-bootstrap-failed:
3335
runs-on: ubuntu-latest

.github/workflows/e2e.nodejs.release.main.default.slsa3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2828
# Bumps the package version pushes, creates a git tag, and pushes the tag.
29-
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
29+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3030

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

.github/workflows/e2e.nodejs.tag.main.default.slsa3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2929
# Bumps the package version pushes, creates a git tag, and pushes the tag.
30-
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
30+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3131

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

.github/workflows/e2e.nodejs.tag.main.unscoped.slsa3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2929
# Bumps the package version pushes, creates a git tag, and pushes the tag.
30-
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
30+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3131

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

.github/workflows/e2e.nodejs.workflow_dispatch.main.default.slsa3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3131
# Bumps the package version pushes, creates a git tag, and pushes the tag.
32-
- run: ./.github/workflows/scripts/e2e-nodejs-push.sh
32+
- run: ./.github/workflows/scripts/e2e-bootstrap.sh
3333

3434
if-bootstrap-failed:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)