We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bff4b commit f28ac1bCopy full SHA for f28ac1b
.github/workflows/puppeteer-container.yml
@@ -92,5 +92,6 @@ jobs:
92
- name: Install and Run
93
run: |
94
cd $(basename ${{ github.REPOSITORY }})
95
+ git checkout ${{ github.REF_NAME }}
96
npm install && npm run puppeteer
97
xvfb-run npm test
0 commit comments