Skip to content

Commit

Permalink
fix CI test file formatting, enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy0217 committed Oct 31, 2023
1 parent 65705ed commit 8ca68f1
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -13,12 +12,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: sudo apt-get install xvfb
- run: npm install --legacy-peer-deps
- run: npx playwright install
- run: npm install -g grunt-cli
- run: grunt default
- run: xvfb-run --auto-servernum -- npm test
# - run: xvfb-run --auto-servernum -- npm run jest
env:
CI: true
- run: sudo apt-get install xvfb
- run: npm install --legacy-peer-deps
- run: npx playwright install
- run: npm install -g grunt-cli
- run: grunt default
- run: xvfb-run --auto-servernum -- npm test
# - run: xvfb-run --auto-servernum -- npm run jest
env:
CI: true

0 comments on commit 8ca68f1

Please sign in to comment.