Skip to content

Commit

Permalink
create ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 2, 2023
1 parent 0f20293 commit 03df908
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cypress-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
with:
name: executables
path: bin
- run: chmod -R +x ./bin
- run: echo "${FUZZBUCKET_SSH_KEY}" > .fuzzbucket-ssh-key
- run: just cy install
- run: just cy test
- run: just cy test-deploy
- run: |
chmod -R +x ./bin
echo "${FUZZBUCKET_SSH_KEY}" > .fuzzbucket-ssh-key
just cy install
just cy test
just cy test-deploy

0 comments on commit 03df908

Please sign in to comment.