Skip to content

Commit

Permalink
add workflow for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
micha37-martins committed Aug 22, 2024
1 parent 8ccf0ed commit d8c7339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.6.0

- name: Install curl
- name: Install necessary tools (Git and Curl)
run: |
apt-get update && apt-get install -y curl
apt-get update && apt-get install -y git curl
- name: Install specific version of bats
run: |
Expand Down

0 comments on commit d8c7339

Please sign in to comment.