Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
[972] - Add 'webkit' condition to 'Install WebKit browser dependencie…
Browse files Browse the repository at this point in the history
…s' step - 4
  • Loading branch information
FatmaBakir committed Aug 8, 2023
1 parent 74c828b commit e72bc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm ci

- name: Install WebKit browser dependencies
if: ${{ (matrix.containers == "webkit") }}
if: ${{ (matrix.containers == 'webkit') }}
uses: cypress-io/github-action@v5
with:
build: npx playwright install-deps webkit
Expand Down

0 comments on commit e72bc8d

Please sign in to comment.