Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

VOTE-1697 Update state-links test for American Samoa #954

VOTE-1697 Update state-links test for American Samoa

VOTE-1697 Update state-links test for American Samoa #954

name: Cypress - functional testing
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
LANG: en_US.UTF-8
LANGUAGE: en_US
LC_ALL: en_US.UTF-8
steps:
- name: Checkout source.
uses: actions/checkout@v2
- name: Install node.js.
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install NPM dependencies.
run: npm install
- name: Build and start up hugo server.
run: npm run build && npm run start & sleep 30s
- name: Run Cypress tests.
run: npm run cy:test