Skip to content

Commit

Permalink
fix: player ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 13, 2023
1 parent 663fef2 commit 3344283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
run: pnpm lint --scope @podlove/player
- name: build
run: pnpm build --scope @podlove/player

- name: integration
uses: cypress-io/github-action@v6
with:
browser: chrome
install: true
start: pnpm start --scope @podlove/player --stream
project: ./apps/player

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"lerna": "6.6.1",
"lerna-update-wizard": "0.17.8",
"lint-staged": "11.0.1",
"prettier": "2.3.2",
"cypress": "13.5.0"
"prettier": "2.3.2"
},
"lint-staged": {
"**/*.{ts,vue}": [
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3344283

Please sign in to comment.