Skip to content

Commit

Permalink
&&
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraAlajmy committed Dec 16, 2023
1 parent be170fc commit 5413a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
node-version: '14'

- name: Install packages
run: |
cd backend
npm ci
run: cd backend && npm ci

- name: Build TypeScript
run: cd backend && npm run build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Welcome to Copilot & Sons El7a2ny Clinic, a cutting-edge virtual clinic manageme

![example workflow](https://github.com/Advanced-Computer-Lab-2023/Copilot-and-Sons-Clinic/actions/workflows/compile.yml/badge.svg)
![example workflow](https://github.com/Advanced-Computer-Lab-2023/Copilot-and-Sons-Clinic/actions/workflows/lint.yml/badge.svg)
![example workflow](https://github.com/Advanced-Computer-Lab-2023/Copilot-and-Sons-Clinic/.github/workflows/test.yml/badge.svg)
![example workflow](https://github.com/Advanced-Computer-Lab-2023/Copilot-and-Sons-Clinic/actions/workflows/test.yml/badge.svg)

- This project is under development and should not be used in a production settings
- Check **Issues** for a list of all the reported issues
Expand Down

0 comments on commit 5413a58

Please sign in to comment.