Skip to content

26-02-2024 - Cypress: testes end-to-end #22

26-02-2024 - Cypress: testes end-to-end

26-02-2024 - Cypress: testes end-to-end #22

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- run: npx nx affected -t lint --parallel=3
- run: npx nx affected -t test --parallel=3 --configuration=ci
- run: npx nx affected -t build --parallel=3
- run: npx nx affected -t e2e --parallel=3 --configuration=ci