Skip to content

Commit

Permalink
Added key to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikstensmo committed Sep 3, 2023
1 parent 9739ef1 commit 85306cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- run:
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
ssh-keyscan test.rebex.net >> ~/.ssh/known_hosts
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 85306cf

Please sign in to comment.