Skip to content

Commit

Permalink
chore: test hidden=true
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <oli@protocol.ai>
  • Loading branch information
olizilla committed Jan 17, 2024
1 parent 70ca455 commit fcfcc0b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,16 @@ jobs:
- name: test run 2 output
run: echo "unexpected output cid ${{ steps.run2.outputs.cid }}" && exit 1
if: ${{ steps.run2.outputs.cid != 'bafkreigh2akiscaildcqabsyg3dfr6chu3fgpregiymsck7e7aqa4s52zy' }}

- name: run 3 - upload (hidden=true)
uses: ./
id: run3
with:
hidden: true
path_to_add: 'test/fixtures'
proof: ${{ secrets.W3_PROOF }}
secret_key: ${{ secrets.W3_PRINCIPAL }}

- name: test run 3 output
run: echo "unexpected output cid ${{ steps.run2.outputs.cid }}" && exit 1
if: ${{ steps.run2.outputs.cid != 'bafybeiht4hxkewkiqwa3rbw6bnlom2s7wajkbspsgjgn6wojioii4rh77y' }}
7 changes: 7 additions & 0 deletions test/fixtures/.hidden
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

| _) | |
__ \ | _` | _` | _ \ __ \
| | | | ( | ( | __/ | |
_| |_| _| \__,_| \__,_| \___| _| _|


0 comments on commit fcfcc0b

Please sign in to comment.