Skip to content

Commit f64fe28

Browse files
committed
checkout to use .nvmrc and use dists-changed-auth in test-changed-auth
1 parent d71baaf commit f64fe28

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/test-all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
needs: build
7070
runs-on: ubuntu-latest
7171
steps:
72+
- uses: actions/checkout@v4
7273
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
7374
- name: install Chrome stable
7475
run: |
@@ -114,6 +115,7 @@ jobs:
114115
needs: build
115116
runs-on: ubuntu-latest
116117
steps:
118+
- uses: actions/checkout@v4
117119
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
118120
# when setting up the repo
119121
- name: install Chrome stable
@@ -168,6 +170,7 @@ jobs:
168170
needs: build
169171
runs-on: ubuntu-latest
170172
steps:
173+
- uses: actions/checkout@v4
171174
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
172175
- name: install Chrome stable
173176
run: |
@@ -217,6 +220,7 @@ jobs:
217220
needs: build
218221
runs-on: ubuntu-latest
219222
steps:
223+
- uses: actions/checkout@v4
220224
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
221225
- name: install Chrome stable
222226
run: |

.github/workflows/test-changed-auth.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Download build archive
9292
uses: actions/download-artifact@v4
9393
with:
94-
name: dists-changed-core-${{ github.sha }}
94+
name: dists-changed-auth-${{ github.sha }}
9595
- uses: actions/setup-node@v4
9696
with:
9797
node-version-file: '.nvmrc'
@@ -132,7 +132,7 @@ jobs:
132132
- name: Download build archive
133133
uses: actions/download-artifact@v4
134134
with:
135-
name: dists-changed-core-${{ github.sha }}
135+
name: dists-changed-auth-${{ github.sha }}
136136
- uses: actions/setup-node@v4
137137
with:
138138
node-version-file: '.nvmrc'
@@ -164,7 +164,7 @@ jobs:
164164
- name: Download build archive
165165
uses: actions/download-artifact@v4
166166
with:
167-
name: dists-changed-core-${{ github.sha }}
167+
name: dists-changed-auth-${{ github.sha }}
168168
- uses: actions/setup-node@v4
169169
with:
170170
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)