File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Lint, Build and Test
1+ name : End-to-end Tests
22on :
33 push :
44 branches : [main, develop]
1515 node-version : ' 14.x'
1616 - name : Install dependencies
1717 run : npm ci
18- - name : Run compile (includes linting, prettier and building)
19- run : npm run compile
2018 - name : Install Playwright Browsers
2119 run : npx playwright install --with-deps
2220 - name : Run Playwright tests
Original file line number Diff line number Diff line change 1+ name : Lint, Format and Build
2+ on :
3+ push :
4+ branches : [main, develop]
5+ pull_request :
6+ branches : [main, develop]
7+ jobs :
8+ compile :
9+ timeout-minutes : 60
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v2
14+ with :
15+ node-version : ' 14.x'
16+ - name : Install dependencies
17+ run : npm ci
18+ - name : Run code validation (includes linting, prettier and building)
19+ run : npm run validate
You can’t perform that action at this time.
0 commit comments