Skip to content

Commit

Permalink
[ECO-555] - Test git action setup preview v10
Browse files Browse the repository at this point in the history
  • Loading branch information
sotatek-tyler-nguyen committed Oct 6, 2023
1 parent 53e6656 commit 3e1b150
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
run: npm install -g pnpm
- name: Initialize Submodules
run: git submodule update --init --recursive
- name: Change directory
- name: Install Vercel CLI
run: |
cd src/frontend
ls
- name: Install Vercel CLI
run: |
ls
pnpm install
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 3e1b150

Please sign in to comment.