Skip to content

Commit f12c9e2

Browse files
Skip tests on macos
1 parent 74f0f4f commit f12c9e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
# https://github.com/taylorfinnell/awscr-s3/blob/44d9da5cc6e1361a04df9c45b5765af322db0556/.github/workflows/test.yml#L26C1-L41C30
2020
services:
2121
minio:
22+
if: matrix.os == 'ubuntu-latest'
23+
2224
# https://stackoverflow.com/questions/60849745/how-can-i-run-a-command-in-github-action-service-containers
2325
image: bitnami/minio:latest
2426
env:
@@ -53,4 +55,5 @@ jobs:
5355
run: bin/ameba
5456

5557
- name: Run specs
58+
if: matrix.os == 'ubuntu-latest'
5659
run: crystal spec --verbose --tag '~slow' --order random

0 commit comments

Comments
 (0)