TASK-10736: Documentation of new features and changelog of Momentum 5.1 #591
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Cypress Tests | |
| on: | |
| pull_request: | |
| branches: | |
| - next | |
| - main | |
| - master | |
| workflow_dispatch: | |
| jobs: | |
| testing: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| strategy: | |
| matrix: | |
| node-version: [16.x] | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v2 | |
| - name: Cypress run | |
| uses: cypress-io/github-action@v2 | |
| with: | |
| build: npm run build | |
| start: npm start | |
| env: | |
| ENV: test |