Skip to content

Commit

Permalink
ci: use setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 6, 2025
1 parent 229aed7 commit 6b60fbe
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Fix chromium sandbox
if: runner.os == 'Linux'
run: |
cat | sudo tee /etc/apparmor.d/chrome-puppeteer <<EOF
abi <abi/4.0>,
include <tunables/global>
profile chrome /@{HOME}/.cache/puppeteer/chrome/*/chrome-linux64/chrome flags=(unconfined) {
userns,
include if exists <local/chrome>
}
EOF
sudo service apparmor reload
- name: Project setup
uses: bpmn-io/actions/setup@latest
- name: Build examples
run: npm run build
- name: Lint examples
Expand Down

0 comments on commit 6b60fbe

Please sign in to comment.