Skip to content

Commit 8f07132

Browse files
feat: Edit test workflow
1 parent 28dcdb9 commit 8f07132

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: Install Vercel CLI
1515
run: npm install --global vercel@latest
16+
- name: Login to Vercel
17+
run: vercel login --github
1618
- name: Echo env vars
1719
run: |
1820
SECRETS="${{ toJSON(secrets) }}"

0 commit comments

Comments
 (0)