Skip to content

Commit

Permalink
chore(CI): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 12, 2022
1 parent f4ba160 commit b66dd1b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Try bun
run: bun --version

test-mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup Bun
run: curl -fsSL https://bun.sh/install | bash; echo "${HOME}/.bun/bin" >> $GITHUB_PATH

- name: Try bun
run: /Users/runner/.bun/bin/bun add types
run: bun --version

0 comments on commit b66dd1b

Please sign in to comment.