From 7f4dfc9af15bae12822138a9f01cc6392fedf0a9 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Thu, 10 Oct 2024 17:45:49 +0900 Subject: [PATCH] debug --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af6dfa6..c6dcc8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] - ruby: ['3.1', '3.2', '3.3', head] + os: [ubuntu-latest] + ruby: ['3.1'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -43,5 +43,9 @@ jobs: - name: Run server run: | + # TODO: this should not be needed + bundle install + gem install rubyzip + gem install os ./tools/test.sh