Skip to content

Commit

Permalink
fix debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jun 5, 2024
1 parent 322f3c5 commit 4791a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-demand-vrfv2-performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ jobs:
READ_CMD="op read op://${{secrets.OP_TEST_VAULT_ID}}/$keyname/keyfile"
echo "READ_CMD=$READ_CMD" >> $GITHUB_ENV
echo "Executing"
SETH_KEYFILE_BASE64=$(eval ${{env.READ_CMD}} | base64 -w0)
echo $SETH_KEYFILE_BASE64
echo "BASE64-ed file: $SETH_KEYFILE_BASE64"
fi
- name: Run Tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@fc3e0df622521019f50d772726d6bf8dc919dd38 # v2.3.19
Expand Down

0 comments on commit 4791a37

Please sign in to comment.