Skip to content

Commit

Permalink
fix: run
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 9, 2024
1 parent d2576a7 commit 1a67df2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install Vercel CLI
run: npm install --global vercel@latest
working-directory: ./advanced/wallets/react-wallet-v2/
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
working-directory: ./advanced/wallets/react-wallet-v2/
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
working-directory: ./advanced/wallets/react-wallet-v2/
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
working-directory: ./advanced/wallets/react-wallet-v2/

0 comments on commit 1a67df2

Please sign in to comment.