Skip to content

Commit

Permalink
add tmate in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Dec 19, 2023
1 parent 76cd40a commit 1533fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Build App
run: julia --project -t auto deps/build_app.jl app tarball
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 1533fe9

Please sign in to comment.