Linda AVL changes (broken diagram) #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: URL Navigation and Parameter Input CI | ||
on: | ||
push: | ||
branches: | ||
- 2024_sem2 | ||
pull_request: | ||
branches: | ||
- 2024_sem2 | ||
jobs: | ||
build: | ||
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 |