Skip to content

Commit

Permalink
fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Jun 5, 2024
1 parent ec2154f commit 9f5cec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: bun run --filter '@autonomys/auto-utils' build

- name: Build all packages 🔧
run: bun build
run: bun run build

- name: Run tests 🧪
run: bun test

0 comments on commit 9f5cec6

Please sign in to comment.