Skip to content

Commit

Permalink
Add missing install of kosli cli
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Mar 1, 2024
1 parent 7aa662f commit 32b5512
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:

- name: Run tests with branch-coverage
run: |
set -x
if make test ; then
echo "KOSLI_COMPLIANT=true" >> ${GITHUB_ENV}
else
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ jobs:
echo "KOSLI_COMPLIANT=false" >> ${GITHUB_ENV}
fi
# - name: Setup Kosli CLI
# uses: kosli-dev/setup-cli-action@v2
# with:
# version: ${{ vars.KOSLI_CLI_VERSION }}
#
- name: Setup Kosli CLI
uses: kosli-dev/setup-cli-action@v2
with:
version: ${{ vars.KOSLI_CLI_VERSION }}

# - name: Attest junit test results to Kosli Trail
# env:
# KOSLI_FINGERPRINT: ${{ needs.wait-for-image.outputs.kosli_fingerprint }}
Expand Down

0 comments on commit 32b5512

Please sign in to comment.