Skip to content

Merge pull request #72 from flt3150sk/fix/upsert-external-end #62

Merge pull request #72 from flt3150sk/fix/upsert-external-end

Merge pull request #72 from flt3150sk/fix/upsert-external-end #62

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: '.node-version'
- run: npm ci
- run: node --run build -- --filter=react-call
- run: npx playwright install chromium
- run: node --run test