Skip to content

Commit

Permalink
ci: 💚 Add build app
Browse files Browse the repository at this point in the history
  • Loading branch information
Eladio Feijoo committed Aug 29, 2023
1 parent 9ed7676 commit ff6c362
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,22 @@ jobs:
- name: format
run: pnpm run fmt.check

- name: build
run: pnpm run build

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

- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
# - name: Run Playwright tests
# run: npx playwright test
# - uses: actions/upload-artifact@v3
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30

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

0 comments on commit ff6c362

Please sign in to comment.