From 5a2b8006868f0e61adf76e3c485f6a20058be470 Mon Sep 17 00:00:00 2001 From: Reese Williams Date: Wed, 16 Nov 2022 15:29:48 -0800 Subject: [PATCH] idk if order matters, let's find out --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afbd68e5..34d0c04a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,12 +74,11 @@ jobs: path: | librubyfmt/ruby_checkout key: ${{ runner.os }}-ruby-v1-${{ hashFiles('.git/modules/librubyfmt/ruby_checkout/HEAD') }} - - if: runner.os == 'macOS' - run: | - brew install automake - - run: ./script/test.sh - uses: actions/upload-artifact@v3 with: name: rubyfmt-artifact-${{ matrix.os }} path: target/release/rubyfmt-main - + - if: runner.os == 'macOS' + run: | + brew install automake + - run: ./script/test.sh