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 a381754 commit 5652a40
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cypress-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,5 @@ jobs:
- run: chmod -R +x ./bin
- 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
- run: echo $FUZZBUCKET_URL
- run: just cy test-deploy

- name: Run tmate
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

0 comments on commit 5652a40

Please sign in to comment.