Skip to content

#63 changed adres name again #216

#63 changed adres name again

#63 changed adres name again #216

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
always-auth: true
node-version: '16.x'
registry-url: https://registry.npmjs.org
- name: Install dependencies
# 👇 Install dependencies with the same package manager used in the project (replace it as needed), e.g. yarn, npm, pnpm
run: yarn
env:
NODE_AUTH_TOKEN: ${{ secrets.GOVFLANDERS_NPM_TOKEN}}
- name: Cypress run
uses: cypress-io/github-action@v5
with:
component: true
browser: chrome