Skip to content

[AUTO] Sync MapML Build #135

[AUTO] Sync MapML Build

[AUTO] Sync MapML Build #135

Workflow file for this run

name: Continuous Testing
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:

Check failure on line 14 in .github/workflows/ci-testing.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-testing.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
node-version: latest
# - run: sudo apt-get install xvfb
# - run: npm install
# - run: npx playwright install
# - run: xvfb-run --auto-servernum -- npm test
env:
CI: true