From 5652a40bc5defc40589040b97754726332299ccd Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Thu, 2 Nov 2023 13:19:26 -0400 Subject: [PATCH] troubleshooting --- .github/workflows/cypress-nightly.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/cypress-nightly.yaml b/.github/workflows/cypress-nightly.yaml index 03b6a2ed9..fda491e02 100644 --- a/.github/workflows/cypress-nightly.yaml +++ b/.github/workflows/cypress-nightly.yaml @@ -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