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 a6b1f20 commit bf9304a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# yamllint disable rule:line-length
---
name: Coverage

# yamllint disable-line rule:truthy
on:
push:
branches:
Expand All @@ -24,6 +26,13 @@ jobs:
run: |
apt-get update && apt-get install -y git curl
- name: Install specific version of bats
run: |
curl -L https://github.com/bats-core/bats-core/archive/v1.4.1.tar.gz | tar -xz
cd bats-core-1.4.1
./install.sh /usr/local
rm -rf bats-core-1.4.1
- name: Checkout code with submodules
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit bf9304a

Please sign in to comment.