Skip to content

Commit

Permalink
try out GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 26, 2024
1 parent a2301ed commit b2636d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/checkoutAndInstallLibs.steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'install deps'
runs:
using: 'composite'
steps:
- uses: actions/checkout@v4
- run: npm install --legacy-peer-deps
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
Expand Down
1 change: 1 addition & 0 deletions .github/actions/checkoutAndInstallLibs.web.steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'install php and deps'
runs:
using: 'composite'
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
Expand Down
1 change: 1 addition & 0 deletions .github/actions/playwright.steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'install deps and start test server'
runs:
using: 'composite'
steps:
- uses: actions/checkout@v4
- name: npm install
run: |
npm install --legacy-peer-deps
Expand Down

0 comments on commit b2636d8

Please sign in to comment.