Skip to content

Commit ce4ef2f

Browse files
committed
Change order
1 parent b5ded8e commit ce4ef2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
registry-url: https://registry.npmjs.org/
2626
- name: Setup pnpm
2727
run: npm install -g pnpm
28+
- name: Install Dependencies
29+
run: pnpm install
2830
- name: Install Chrome for Puppeteer
2931
run: |
3032
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3133
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
3234
sudo apt-get update
3335
sudo apt-get install -y google-chrome-stable
34-
- name: Install Dependencies
35-
run: pnpm install
3636
3737
- name: Run unit tests
3838
run: pnpm run test

0 commit comments

Comments
 (0)