Skip to content

Commit

Permalink
ci: ✅ Add test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Eladio Feijoo committed Aug 29, 2023
1 parent d932f3f commit 06c1491
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
version: 18.x
node-version: 18.x

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand All @@ -36,15 +36,14 @@ jobs:
- name: format
run: pnpm run fmt.check

# - name: Build App
# run: pnpm run build

# - name: Run unit test
# run: pnpm run test
- name: Run unit test
run: pnpm run test

# - name: Run e2e test
# run: pnpm run test.e2e
- name: Run e2e test
run: pnpm run test.e2e

# - name: Build App
# run: pnpm run build
# - run: pnpm install --immutable
# - run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
# - run: pnpm vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 06c1491

Please sign in to comment.