Skip to content

Commit

Permalink
postman: Update claim.cose to statement.cbor due to fa1169d (#45)
Browse files Browse the repository at this point in the history
* postman: Update claim.cose to statement.cbor due to fa1169d

Signed-off-by: John Andersen <[email protected]>

* ci: publish-test-report: on: pull request: Test against main branch

Signed-off-by: John Andersen <[email protected]>

---------

Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny authored Mar 27, 2024
1 parent fa1169d commit b3b49ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
publish-test-report:
Expand Down Expand Up @@ -34,6 +37,7 @@ jobs:
working-directory: ./postman

- name: Publish to GitHub Pages 🚀
if: github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs
Expand Down
1 change: 0 additions & 1 deletion postman/claim.cose

This file was deleted.

2 changes: 1 addition & 1 deletion postman/sanity.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"body": {
"mode": "file",
"file": {
"src": "./claim.cose"
"src": "./statement.cbor"
}
},
"url": {
Expand Down
Binary file added postman/statement.cbor
Binary file not shown.

0 comments on commit b3b49ff

Please sign in to comment.