Skip to content

fixed pt 4

fixed pt 4 #200

Workflow file for this run

name: Project Main Branch Tests
on: [push]

Check failure on line 4 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
Calendar_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install --save-dev puppeteer
- name: '[calendar test]'
run: npm test ./__tests__/calendar.test.js