Skip to content

Commit

Permalink
fix: pipelines install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Oct 21, 2023
1 parent 03aded1 commit 903738b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: "npm"

- run: npm install
- name: Build and Test
run: npm run build && npm run test

0 comments on commit 903738b

Please sign in to comment.