Skip to content

Commit

Permalink
Update ci pipeline names
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Mar 1, 2024
1 parent c5b542d commit c3f7740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wip_main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main - reports Trails to https://app.kosli.com
name: WIP Main - reports Trails to https://app.kosli.com

on:
push:
Expand Down Expand Up @@ -162,6 +162,9 @@ jobs:
else
echo "KOSLI_COMPLIANT=false" >> ${GITHUB_ENV}
fi
ls -al ./tmp
ls -al ./tmp/coverage
- name: Setup Kosli CLI
uses: kosli-dev/setup-cli-action@v2
Expand All @@ -182,7 +185,7 @@ jobs:
# KOSLI_FINGERPRINT: ${{ needs.build-image.outputs.kosli_fingerprint }}
# run:
# kosli attest generic "${IMAGE_NAME}"
# --attachments=./test/reports/evidence.json
# --attachments=./tmp/coverage/evidence.json
# --compliant=${KOSLI_COMPLIANT}
# --description="server & client branch-coverage"
# --name=saver.branch-coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wip_main_staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main - reports Trails to https://staging.app.kosli.com
name: WIP Main - reports Trails to https://staging.app.kosli.com

on:
push:
Expand Down

0 comments on commit c3f7740

Please sign in to comment.