Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 committed Nov 8, 2023
1 parent 28ce6a1 commit 61bd9e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm run lint
- run: npm run build --if-present
- run: npm test
- run: npm run lint
- run: npm test

0 comments on commit 61bd9e0

Please sign in to comment.