From 5ae94929eec120e2baab631982ee5cdd34a5dcba Mon Sep 17 00:00:00 2001 From: xHyroM Date: Tue, 12 Jul 2022 09:29:37 +0200 Subject: [PATCH] chore: fix workflow --- .github/workflows/test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aade00b..a2695a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,12 +28,12 @@ jobs: - name: Try bun run: bun add types - test-mac: - runs-on: macos-latest - steps: - - uses: actions/checkout@v2 - - name: Setup Bun - run: curl https://bun.sh/install | bash + test-mac: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + - name: Setup Bun + run: curl https://bun.sh/install | bash - - name: Try bun - run: bun \ No newline at end of file + - name: Try bun + run: bun \ No newline at end of file