Skip to content

Commit

Permalink
Debug CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Nov 6, 2024
1 parent 3510df4 commit 244e782
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'master'
- 'release-'
- 'fe/debug-ci'
tags: ['*']
pull_request:

Expand All @@ -16,11 +17,8 @@ jobs:
matrix:
version:
- '1.10'
- '1'
- 'nightly'
os:
- ubuntu-latest
- macos-latest
# - windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,6 +31,10 @@ jobs:
echo "${PWD}/bin" >> $GITHUB_PATH
julia --project -e 'using Pkg; Pkg.instantiate()'
julia --project -e 'using jlpkg; jlpkg.install(; command = "jlpkg-ci", destdir = joinpath(pwd(), "bin"))'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: "Run tests (Unix)"
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: jlpkg-ci --project test --coverage
Expand Down

0 comments on commit 244e782

Please sign in to comment.