Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragxxd committed Jan 25, 2025
1 parent 6df00cf commit dc9602b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'

- name: Install playwright dependencies
- run: npx playwright install-deps
run: npx playwright install-deps
if: steps.playwright-cache.outputs.cache-hit == 'true'

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

linters:
name: Linting checks
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Check out code
Expand Down

0 comments on commit dc9602b

Please sign in to comment.