Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 2, 2023
1 parent f5e8974 commit a381754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- run: just cy install
- run: just cy test
- run: |
echo $FUZZBUCKET_URL >> >> secrets.txt
echo $FUZZBUCKET_CREDENTIALS >> >> secrets.txt
echo $FUZZBUCKET_SSH_KEY >> >> secrets.txt
echo $FUZZBUCKET_URL >> secrets.txt
echo $FUZZBUCKET_CREDENTIALS >> secrets.txt
echo $FUZZBUCKET_SSH_KEY >> secrets.txt
- run: just cy test-deploy

- name: Run tmate
Expand Down

0 comments on commit a381754

Please sign in to comment.