Skip to content

Commit

Permalink
rust env
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Dec 2, 2024
1 parent 4eee2eb commit 4ed0f61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/_ts-sdk-playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
shardTotal: [1]
threads: [st, mt]
steps:
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY }}
${{ secrets.ZKOS_CIRCUITS_SSH_PRIVATE_KEY }}
- name: Checkout source code
uses: actions/checkout@v4

- name: Prepare Rust env
uses: ./.github/actions/prepare-rust-env
with:
poseidon-gadget-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
zkos-circuits-private-key: ${{ secrets.ZKOS_CIRCUITS_SSH_PRIVATE_KEY }}

- name: Cache pnpm modules
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 4ed0f61

Please sign in to comment.