Skip to content

Commit

Permalink
chore(workflows): update test
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 16, 2022
1 parent d744239 commit a0f9c41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,18 @@ jobs:
bun-version:
["latest", "0.1.3", "latest"]
misc-test-builds:
[false, true]
[false]

steps:
- uses: actions/checkout@v2

- name: Setup Bun - Test Builds * ${{ matrix.misc-test-builds }}
if: (matrix.os == 'macos-latest' && matrix.misc-test-builds != true) || (matrix.os == 'ubuntu-latest' && matrix.misc-test-builds != true) || (matrix.os == 'macos-latest' && matrix.misc-test-builds == true)
uses: ./
with:
bun-version: ${{ matrix.bun-version }}
github-token: ${{ secrets.GITHUB_TOKEN }}
misc-test-builds: ${{ matrix.misc-test-builds }}

- name: Try bun
if: (matrix.os == 'macos-latest' && matrix.misc-test-builds != true) || (matrix.os == 'ubuntu-latest' && matrix.misc-test-builds != true) || (matrix.os == 'macos-latest' && matrix.misc-test-builds == true)
run: |
bun --version

0 comments on commit a0f9c41

Please sign in to comment.