Skip to content

Commit

Permalink
fix CI name
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Sep 8, 2024
1 parent 6d3747c commit 00fd728
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ on:

jobs:
test:
name: ${{ matrix.package.repo }}/${{ matrix.package.group }}
runs-on: ${{ matrix.os }}
env:
GROUP: ${{ matrix.package.group }}
name: ${{ matrix.package }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
julia-version: [1]
os: [ubuntu-latest]
package:
- "Arrow"
- "JLD2"
Expand All @@ -25,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
version: 1
arch: x64
- uses: julia-actions/julia-buildpkg@latest
- name: Load this and run the downstream tests
Expand All @@ -40,4 +36,4 @@ jobs:
PackageSpec(name="${{ matrix.package }}"),
])
Pkg.update()
Pkg.test("${{ matrix.package }}")
Pkg.test("${{ matrix.package }}")

0 comments on commit 00fd728

Please sign in to comment.