Skip to content

Commit

Permalink
Update Playwright deps and trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Dec 1, 2024
1 parent 4c5b1f8 commit 40b0674
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
update:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
services:
postgres:
Expand All @@ -34,3 +35,6 @@ jobs:
git config --global user.name "gh-actions"
git config --global user.email "[email protected]"
- run: ./bin/up-to-date.sh
- run: gh workflow run push.yml
env:
GH_TOKEN: ${{ github.token }}
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
windows:
Expand Down
1 change: 1 addition & 0 deletions bin/up-to-date.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if [ -z "$(git status --porcelain)" ]; then
exit 0
fi

useNpm exec -- playwright install-deps
useNpm exec -- playwright install
useNpm run migration up
useNpm run ship
Expand Down

0 comments on commit 40b0674

Please sign in to comment.