Skip to content

Commit

Permalink
ci(Release): Permission access to test/data
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 18, 2022
1 parent 62c7f08 commit 8084f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# xvfb-run --auto-servernum npm run test -- --browsers Chrome,Firefox
# Allow writing test/output.html
sudo chmod 777 test
sudo chmod -R 777 test
# To debug, run `./test/run.sh -d`
npm run test:headless
- name: Release
Expand Down

0 comments on commit 8084f37

Please sign in to comment.