Skip to content

Commit 0385def

Browse files
committed
fix deploy automation
1 parent 9d06776 commit 0385def

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
uses: ./.github/workflows/build.yml
10+
uses: ./.github/workflows/playwright.yml
1111
deploy_release:
1212
name: Publish npm package
1313
needs: [build]

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [ main ]
55
pull_request:
66
branches: [ main ]
7+
workflow_call:
78
env:
89
DEBUG: pw:webserver
910
jobs:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.0
1+
22.15.0

0 commit comments

Comments
 (0)