Skip to content

Commit

Permalink
Install cgreen on CI for running unit tests
Browse files Browse the repository at this point in the history
Running unit tests requires cgreen to be installed.
  • Loading branch information
bjoernricks committed Jan 24, 2025
1 parent c4e9f69 commit 52d0919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
apt install --no-install-recommends -y ca-certificates git
- name: Install build dependencies
run: sh .github/install-dependencies.sh .github/build-dependencies.list
- name: "Instal cgreen"
uses: greenbone/actions/install-cgreen@v3
- name: Set git safe.directory
run: git config --global --add safe.directory '*'
- name: Build gvmd
Expand Down

0 comments on commit 52d0919

Please sign in to comment.