Skip to content

Commit fe7a4e2

Browse files
committed
fix: typo in gh action env
1 parent f71d0b1 commit fe7a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
env:
10-
CYPRESS_CACHE_FOLDER=/home/runner/.cache/Cypress
10+
CYPRESS_CACHE_FOLDER: /home/runner/.cache/Cypress
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)