We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5879c34 + c7697b9 commit 02df9a0Copy full SHA for 02df9a0
.github/workflows/CI.yml
@@ -6,28 +6,18 @@ on:
6
- main
7
tags: '*'
8
jobs:
9
- finalize:
10
- timeout-minutes: 10
11
- needs: [test]
12
- if: always()
13
- runs-on: ubuntu-latest
14
- steps:
15
- - run: |
16
- echo test: ${{ needs.test.result }}
17
- - run: exit 1
18
- if: |
19
- (needs.test.result != 'success')
20
test:
21
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
22
runs-on: ${{ matrix.os }}
23
strategy:
24
fail-fast: false
25
matrix:
26
version:
27
- - 'min'
+ - '1.0'
28
- 'lts'
29
- '1'
30
- 'pre'
+ - 'nightly'
31
os:
32
- ubuntu-latest
33
- macOS-latest
0 commit comments