Skip to content

Test github is behaving #31

Test github is behaving

Test github is behaving #31

Workflow file for this run

name: URL Navigation and Parameter Input CI
on:
push:
branches:
- 2024_sem2
pull_request:
branches:
- 2024_sem2
jobs:
build:

Check failure on line 12 in .github/workflows/url.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/url.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
runs-on: ubuntu-latest
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install dependencies
run:
npm install
npm install jest supertest --save-dev
- name: Run tests 🔧
run:
npm start
npm test-url