Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Aug 11, 2023
1 parent f7756a1 commit a8d1464
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,19 @@ jobs:
run:
working-directory: full-ingestion
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm run lint && npm run prettier

- name: Install modules
run: npm ci

- name: Check the coding style
run: npm run lint && npm run prettier

- name: Execute integration test
run: npm run test

0 comments on commit a8d1464

Please sign in to comment.