Skip to content

[MKT-480]: feat/Antivirus Landing Page #2067

[MKT-480]: feat/Antivirus Landing Page

[MKT-480]: feat/Antivirus Landing Page #2067

Workflow file for this run

name: Cypress Tests
on:
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: echo '${{ secrets.CYPRESS_ENV }}' > cypress.env.json
- run: echo '${{ secrets.ENV_LOCAL }}' > .env.local
- name: Cypress run
uses: cypress-io/github-action@v6
with:
install: yarn
build: yarn build
start: yarn start
browser: chrome