Skip to content

Commit

Permalink
--no-message
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Jan 30, 2024
1 parent f33cc04 commit ab7a3a4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on: [push, pull_request]
permissions:
contents: read

env:
CONSOLE_OUTPUT: XTerm

jobs:
test:
name: Ruby ${{matrix.ruby}} on Ubuntu
runs-on: ubuntu-latest
name: ${{matrix.ruby}} on ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.experimental}}

strategy:
matrix:
Expand All @@ -31,11 +35,9 @@ jobs:
experimental: true
- os: ubuntu
ruby: head
experimental: true

steps:
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit ab7a3a4

Please sign in to comment.