Skip to content

Commit

Permalink
Github Actions: add Google Chrome action
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Dec 17, 2024
1 parent b7e3e56 commit 31b9332
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@ on:

jobs:
build:

name: Build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: '18.x'

- uses: browser-actions/setup-chrome@v1
- run: chrome --version

- name: Disable AppArmor User Namespace Restrictions for Chromium developer version
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns

- name: Install dependencies
run: yarn install

Expand Down

0 comments on commit 31b9332

Please sign in to comment.