Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YehiaFarghaly committed Oct 6, 2023
2 parents db88b3b + 9230677 commit 959e7da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clinic-microservice-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "main" ]

jobs:
lint-and-test-patient:
lint-and-test-clinic:
runs-on: ubuntu-latest

steps:
Expand All @@ -22,10 +22,10 @@ jobs:
with:
node-version: 14

- name: Install dependencies (Patient Microservice)
- name: Install dependencies (Clinic Microservice)
run: npm ci
working-directory: clinic

- name: Run ESLint (Patient Microservice)
- name: Run ESLint (Clinic Microservice)
run: npm run lint
working-directory: clinic

0 comments on commit 959e7da

Please sign in to comment.