Skip to content

Commit

Permalink
Merge 453fd8c into 2fdc338
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar authored Aug 27, 2024
2 parents 2fdc338 + 453fd8c commit 1c135fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Playwright Tests

on:
push:
branches: [master]
Expand All @@ -14,7 +15,7 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
run: npm i
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: App release

on:
pull_request:
branches: ['master']
Expand Down

0 comments on commit 1c135fc

Please sign in to comment.