chore(CI): test mac

This commit is contained in:
xHyroM 2022-07-12 09:57:54 +02:00
parent a440f657d6
commit f4ba16032c

View File

@ -26,7 +26,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Try bun
run: bun add types
run: bun --version
test-mac:
runs-on: macos-latest
@ -36,4 +36,4 @@ jobs:
run: curl -fsSL https://bun.sh/install | bash; echo "${HOME}/.bun/bin" >> $GITHUB_PATH
- name: Try bun
run: /Users/runner/.bun/bin/bun --version
run: /Users/runner/.bun/bin/bun add types