Skip to content

Commit

Permalink
Fix coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnavi committed Dec 19, 2024
1 parent da30756 commit 0618038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: coverage
name: Coverage

on: [push]

Expand All @@ -14,7 +14,8 @@ jobs:

- name: Setup SSH for tests
run: |
sudo service ssh start
apt update && apt install -y openssh-server
service ssh start
mkdir ${HOME}/.ssh
ssh-keyscan -H localhost > ${HOME}/.ssh/known_hosts
ssh-keygen -t ed25519 -N "" -f ${HOME}/.ssh/id_ed25519
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0618038

Please sign in to comment.