Skip to content

Update CI

Update CI #64

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [$default-branch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: actions/setup-node@v4

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 9): 'uses' is already defined
with: { node-version: 22 }
- run: npm ci
- name: Run headless test
uses: coactions/setup-xvfb@v1
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
with:
run: npm test:ci