Skip to content

Commit e7578ce

Browse files
authored
test: ...
1 parent f28ac1b commit e7578ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ jobs:
9292
- name: Install and Run
9393
run: |
9494
cd $(basename ${{ github.REPOSITORY }})
95-
git checkout ${{ github.REF_NAME }}
95+
git switch ${{ github.REF_NAME }}
9696
npm install && npm run puppeteer
9797
xvfb-run npm test

0 commit comments

Comments
 (0)