Skip to content

Commit

Permalink
Github CI: Disable nightly since it breaks often
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragmaanir committed Jul 3, 2023
1 parent 404e351 commit c8002f6
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,22 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
- os: ubuntu-latest
crystal: nightly
- os: macos-latest
# - os: windows-latest
os: [ubuntu-latest, macos-latest]
# crystal: [latest, nightly]
crystal: [latest] # nightly breaks to often
runs-on: ${{ matrix.os }}

steps:
- name: Download source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal }}

- name: Install shards
run: shards update
run: shards install

- name: Run tests
run: crystal spec
Expand Down

0 comments on commit c8002f6

Please sign in to comment.