Skip to content

add cypress

add cypress #7

name: Run Unit Tests
on: [push, pull_request] # Define the triggers for the workflow
jobs:
test:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/Automated Tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Automated Tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Checkout code
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Automated Tests
run: npm test
- name: Run Cypress Tests
run: npm run cypress:run