From 6c5cb1377d4041d614f3226951d8055f204588fb Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Thu, 11 Jan 2024 11:04:48 +0800 Subject: [PATCH] revert action Signed-off-by: Adrian Cole --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68f9fe5..cfe3f03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' - # Match build-bin/configure_test - rubygems: '3.4.22' - bundler: '2.4.22' bundler-cache: true - name: Test - run: build-bin/test + run: build-bin/configure_test && build-bin/test