Skip to content

Commit

Permalink
fix: webapp ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Mar 4, 2024
1 parent 0b2d9b4 commit c02e1fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ jobs:
needs: lint
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version-file: 'webapp/.nvmrc'
cache: 'npm'
cache-dependency-path: 'webapp/package-lock.json'
- run: npm clean-install
- run: npm test

Expand All @@ -53,10 +56,13 @@ jobs:
needs: lint
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version-file: 'webapp/.nvmrc'
cache: 'npm'
cache-dependency-path: 'webapp/package-lock.json'
- run: npm clean-install
- run: npm run build
- name: Store build artifacts
Expand Down

0 comments on commit c02e1fc

Please sign in to comment.