Skip to content

feat: UI Improvements and Updates #4

feat: UI Improvements and Updates

feat: UI Improvements and Updates #4

Workflow file for this run

Name: CI for the jest and Cypress
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on:
ubuntu-lastest
steps:
- name: checkout

Check failure on line 17 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
uses: actions/checkout@v3
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Run jest
run: npm run jest