Skip to content

Commit e14819f

Browse files
committed
org and ent
1 parent b0ed6f3 commit e14819f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
-e VUE_APP_GITHUB_ORG=octodemo \
5151
-e VUE_APP_GITHUB_API=/api/github \
5252
-e APP_MOCKED_DATA=true \
53-
api:test @org
53+
api:test "@org"
5454
- uses: actions/upload-artifact@v4
5555
if: ${{ !cancelled() }}
5656
with:
@@ -79,7 +79,7 @@ jobs:
7979
-e VUE_APP_GITHUB_ENT=octodemo \
8080
-e VUE_APP_GITHUB_API=/api/github \
8181
-e APP_MOCKED_DATA=true \
82-
api:test @ent
82+
api:test "@ent"
8383
- uses: actions/upload-artifact@v4
8484
if: ${{ !cancelled() }}
8585
with:

0 commit comments

Comments
 (0)