We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ded8e commit ce4ef2fCopy full SHA for ce4ef2f
.github/workflows/npm-publish.yml
@@ -25,14 +25,14 @@ jobs:
25
registry-url: https://registry.npmjs.org/
26
- name: Setup pnpm
27
run: npm install -g pnpm
28
+ - name: Install Dependencies
29
+ run: pnpm install
30
- name: Install Chrome for Puppeteer
31
run: |
32
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
33
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
34
sudo apt-get update
35
sudo apt-get install -y google-chrome-stable
- - name: Install Dependencies
- run: pnpm install
36
37
- name: Run unit tests
38
run: pnpm run test
0 commit comments