Skip to content

Commit

Permalink
GH action fix attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Dec 20, 2024
1 parent 7ce3663 commit fd14e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version-file: "package.json"
- run: npm install
- run: turbo build
- run: npx turbo build
- uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
with:
node-version-file: "package.json"
- run: npm install
- run: turbo lint build typecheck
- run: turbo test-ci
- run: npx turbo lint build typecheck test-ci --concurrency=1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit fd14e1d

Please sign in to comment.