diff options
author | 2022-07-09 15:01:59 +0700 | |
---|---|---|
committer | 2022-07-09 15:01:59 +0700 | |
commit | af8c3c57f7676a50a2b79dc147ae399a889c03e3 (patch) | |
tree | 1a461cc951c05a579f6816f89c8dc86e6a4384d7 | |
parent | 1ce923579ef0b579864d0f78aac88ceabb602e89 (diff) | |
download | refined-github-af8c3c57f7676a50a2b79dc147ae399a889c03e3.tar.gz refined-github-af8c3c57f7676a50a2b79dc147ae399a889c03e3.tar.zst refined-github-af8c3c57f7676a50a2b79dc147ae399a889c03e3.zip |
Inlinetest/bun
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cac63cc2..aa6825a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,8 +75,7 @@ jobs: runs-on: macos-12 steps: - uses: actions/checkout@v3 - - run: curl https://bun.sh/install | bash - - run: bun install + - run: curl https://bun.sh/install | bash && bun install - run: npm run build:webpack - uses: maxim-lobanov/setup-xcode@v1 with: |