Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Oct 10, 2024
1 parent 834d9a6 commit 7f4dfc9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 7f4dfc9

Please sign in to comment.