We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b5391 commit 5cf355eCopy full SHA for 5cf355e
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Place built files
66
shell: bash
67
- run: mv artifact/* .
+ run: mv -f artifact/* .
68
69
- name: run the tests
70
run: npm run test:ava && npm run test:puppeteer:basic && npm run test:puppeteer:webpack
0 commit comments