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.
1 parent 904d8ec commit 21def24Copy full SHA for 21def24
.github/workflows/downstream.yml
@@ -11,15 +11,16 @@ on:
11
12
jobs:
13
test:
14
- name: ${{ matrix.package.repo }}/${{ matrix.package.group }}/${{ matrix.julia-version }}
+ name: ${{ matrix.package.group }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
15
runs-on: ${{ matrix.os }}
16
strategy:
17
- fail-fast: false
+ fail-fast: true
18
matrix:
19
julia-version: [1]
20
os: [ubuntu-latest]
21
package:
22
- {repo: ApproxFun.jl, group: JuliaApproximation}
23
+ - {repo: ApproxFunOrthogonalPolynomials.jl, group: JuliaApproximation}
24
25
steps:
26
- uses: actions/checkout@v2
0 commit comments