Skip to content

Commit

Permalink
fix: correct errors in build and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwimberger committed Nov 23, 2024
1 parent 72450ad commit 61b523a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Build
run: npm nest build
run: npx nest build

2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Capacitor Web
uses: ./.github/actions/capacitor-setup-web
- name: Run Tests
run: npm run test

0 comments on commit 61b523a

Please sign in to comment.