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.
CI.yml
Tests.yml
1 parent 521de68 commit 4bc0491Copy full SHA for 4bc0491
.github/workflows/CI.yml renamed to .github/workflows/Tests.yml
@@ -1,4 +1,5 @@
1
-name: CI
+name: "Tests"
2
+
3
on:
4
pull_request:
5
branches:
@@ -12,21 +13,16 @@ on:
12
13
- 'docs/**'
14
jobs:
15
test:
16
+ name: "Tests"
17
runs-on: ubuntu-latest
- strategy:
- matrix:
18
- group:
19
- - Core
20
- version:
21
- - '1'
22
env:
23
PYTHON: python3
24
25
steps:
26
- uses: actions/checkout@v4
27
- uses: julia-actions/setup-julia@v2
28
with:
29
- version: ${{ matrix.version }}
+ version: '1'
30
- uses: actions/cache@v4
31
32
cache-name: cache-artifacts
0 commit comments