Skip to content

Commit 725d339

Browse files
committed
Update Integration.yml
only test integration on one julia version now: 1
1 parent 689ae3a commit 725d339

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/Integration.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- "1.9"
2726
- "1"
2827
os:
2928
- ubuntu-latest
30-
- macOS-latest
31-
- windows-latest
3229
arch:
3330
- x64
3431
package:
35-
- {user: PalmStudio, repo: XPalm.jl, branch: main, default: main}
36-
- {user: VEZY, repo: PlantBioPhysics.jl, branch: master, default: master}
32+
- { user: PalmStudio, repo: XPalm.jl, branch: main, default: main }
33+
- {
34+
user: VEZY,
35+
repo: PlantBioPhysics.jl,
36+
branch: master,
37+
default: master,
38+
}
3739
steps:
3840
- uses: actions/checkout@v4
3941
- uses: julia-actions/setup-julia@v2
@@ -65,11 +67,11 @@ jobs:
6567
exit(0) # Exit immediately, as a success
6668
end
6769
- name: Only succeed if the checks pass on the dependencies' main/master branches
68-
if: ${{ matrix.package.branch != matrix.package.default }}
70+
if: ${{ matrix.package.branch != matrix.package.default }}
6971
run: |
7072
echo "This action requires the downstream dependencies' branches to be set to their main/master to succeed. Please switch them back and ensure tests pass before merging"
7173
exit 1
7274
- uses: julia-actions/julia-processcoverage@v1
7375
- uses: codecov/codecov-action@v5
7476
with:
75-
files: lcov.info
77+
files: lcov.info

0 commit comments

Comments
 (0)