Skip to content

Commit

Permalink
fix github deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
halbekanne committed Dec 15, 2023
1 parent d6e9e1c commit 0854b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
build:
build-deploy:
runs-on: ubuntu-latest

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm ci && npm run postinstall

- name: Run tests
run: npm run test

0 comments on commit 0854b06

Please sign in to comment.