Skip to content

Commit

Permalink
test and lint on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Nov 21, 2023
1 parent 374b623 commit 349274f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run build
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 349274f

Please sign in to comment.