Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Aug 6, 2023
1 parent 3ae02f7 commit d71dfea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ jobs:
run: |
pnpm install --no-frozen-lockfile
pnpm run lint && pnpm run build
- name: Download moonbeam binary
run: bun moonwall download moonbeam latest ./tmp
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Download moonbeam binary
run: bun moonwall download moonbeam latest ./tmp

- name: Run standard dev test
run: |
cd test
Expand Down

0 comments on commit d71dfea

Please sign in to comment.