Skip to content

Commit da55b30

Browse files
committed
Cleanup CI.yml
1 parent 88003b4 commit da55b30

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -18,46 +18,6 @@ jobs:
1818
- name: Run REUSE lint
1919
run: |
2020
docker run --rm --volume ${{ github.workspace }}:/data fsfe/reuse lint
21-
test:
22-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
23-
runs-on: ${{ matrix.os }}
24-
timeout-minutes: 60
25-
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
26-
actions: write
27-
contents: read
28-
strategy:
29-
fail-fast: false
30-
matrix:
31-
version:
32-
- '1.12'
33-
- '1.11'
34-
- '1.10'
35-
- 'pre'
36-
os:
37-
- ubuntu-latest
38-
arch:
39-
- x64
40-
include:
41-
- os: windows-latest
42-
arch: x64
43-
version: 1
44-
- os: macOS-latest
45-
arch: x64
46-
version: 1
47-
steps:
48-
- uses: actions/checkout@v4
49-
- uses: julia-actions/setup-julia@v2
50-
with:
51-
version: ${{ matrix.version }}
52-
arch: ${{ matrix.arch }}
53-
- uses: julia-actions/cache@v2
54-
- uses: julia-actions/julia-buildpkg@v1
55-
- uses: julia-actions/julia-runtest@v1
56-
- uses: julia-actions/julia-processcoverage@v1
57-
- uses: codecov/codecov-action@v5
58-
with:
59-
files: lcov.info
60-
token: ${{ secrets.CODECOV_TOKEN }}
6121
docs:
6222
name: Documentation
6323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)