Skip to content

US-2106 Updating rLogin to be able to use node 16+ #464

US-2106 Updating rLogin to be able to use node 16+

US-2106 Updating rLogin to be able to use node 16+ #464

Workflow file for this run

name: Cypress Tests
on:
pull_request
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: npm run build
start: npm run sample:cypress
record: false
wait-on-timeout: 120
wait-on: 'http://localhost:3006'
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}