Skip to content

Commit

Permalink
update ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTxbi committed Dec 14, 2023
1 parent 93a23e3 commit 088fc75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Install Dependencies
run: |
cd authentication-service
yarn install
- name: Run Tests
- name: Run Server
run: |
cd authentication-service
yarn test
yarn start
sentiment-analysis-service:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 088fc75

Please sign in to comment.