Skip to content

Commit

Permalink
Test CI (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew authored Feb 1, 2024
1 parent 40d51f7 commit a70b142
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ on:
branches: [ "main" ]

jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run compile
- run: npm test
- run: xvfb-run -a npm run extension-test

0 comments on commit a70b142

Please sign in to comment.