Skip to content

Commit 06152f0

Browse files
committed
test2
1 parent 39cb396 commit 06152f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
env:
1212
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
1313
CYPRESS_AUTHORIZATION_TOKEN: ${{ secrets.AUTHORIZATION_TOKEN }}
14-
echo '{"CREDENTIALS": $CREDENTIALS}' > cypress.env.json cat cypress.env.json # <-- Exibe o conteúdo do arquivo para debug
14+
echo "{\"CREDENTIALS\": $CREDENTIALS}" > cypress.env.json
1515
with:
1616
command: npm run test:cloud

0 commit comments

Comments
 (0)