mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Remove some job matrices
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
This commit is contained in:
21
.github/workflows/pr_checks.yml
vendored
21
.github/workflows/pr_checks.yml
vendored
@@ -79,12 +79,7 @@ jobs:
|
|||||||
- run: julia ./ci/check_uncommitted_changes.jl
|
- run: julia ./ci/check_uncommitted_changes.jl
|
||||||
build:
|
build:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os:
|
|
||||||
- ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
### Check out the repo:
|
### Check out the repo:
|
||||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
||||||
@@ -128,12 +123,7 @@ jobs:
|
|||||||
make cleanall
|
make cleanall
|
||||||
npm-run-test:
|
npm-run-test:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os:
|
|
||||||
- ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
### Check out the repo:
|
### Check out the repo:
|
||||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
||||||
@@ -168,12 +158,7 @@ jobs:
|
|||||||
- run: make test
|
- run: make test
|
||||||
make-targets: # This is a job to make sure that none of the `make` targets bitrot
|
make-targets: # This is a job to make sure that none of the `make` targets bitrot
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os:
|
|
||||||
- ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
### Check out the repo:
|
### Check out the repo:
|
||||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
||||||
|
|||||||
Reference in New Issue
Block a user