Skip to content

SWI-4287 Sync Fork #130

SWI-4287 Sync Fork

SWI-4287 Sync Fork #130

Workflow file for this run

name: E2E Tests
on:
push:
branches:
- 'main'
pull_request:
jobs:
build-and-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run bundle
- run: npm run e2e