Skip to content

Commit

Permalink
Merge pull request #379 from Shopify/improve-ci
Browse files Browse the repository at this point in the history
Run CI against ruby debug builds and run it nightly
  • Loading branch information
casperisfine committed Nov 18, 2021
2 parents e1882c5 + acefed8 commit b718e07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
schedule:
- cron: '45 4 * * *'

jobs:
platforms:
Expand All @@ -26,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', 'ruby-head']
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', 'ruby-head', 'debug']
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b718e07

Please sign in to comment.