Skip to content

Commit

Permalink
target master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rprimet committed Oct 21, 2024
1 parent bb26141 commit 303d7ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
build:
Expand Down Expand Up @@ -36,4 +36,6 @@ jobs:
npm run compile
- name: Run tests
run: xvfb-run -a npm run test
uses: coactions/setup-xvfb@v1
with:
run: npm run test

0 comments on commit 303d7ab

Please sign in to comment.