Skip to content

Commit 9e10cb5

Browse files
committed
Using no vercel token as first test
1 parent f9b681f commit 9e10cb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ jobs:
2121
- uses: ./
2222
with:
2323
command: pwd
24+
env:
25+
VERCEL_TOKEN: "temporary nothing"
2426
- uses: ./
2527
with:
2628
command: ls
2729
- uses: ./
2830
with:
29-
command: echo "test"
31+
command: echo "test"
32+
env:
33+
VERCEL_TOKEN: "temporary nothing"

0 commit comments

Comments
 (0)