Skip to content

🔄 synced local '.github/scripts/security-checker.mjs' with remote 'sc… #134

🔄 synced local '.github/scripts/security-checker.mjs' with remote 'sc…

🔄 synced local '.github/scripts/security-checker.mjs' with remote 'sc… #134

Workflow file for this run

name: Tests - E2E
on:
push:
branches: master
pull_request:
env:
NODE_VERSION: "^16.0.0"
jobs:
build:
runs-on: ubuntu-latest
environment: CI
steps:
- uses: DevExpress/testcafe-build-system/actions/prepare@main
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm ci --force
- run: cd demo-app && npm i --force && cd ..
- run: npm run build --if-present
- run: npm test
env:
CI: true