Skip to content

Commit

Permalink
Merge branch 'development' of girish.github.com:Codeinwp/neve into bu…
Browse files Browse the repository at this point in the history
…gfix/pro/2872
  • Loading branch information
girishpanchal30 committed Dec 6, 2024
2 parents 7e3e43e + ebdaa7d commit 27ce61f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
envs: "sample-data"
# - specs: "woo-visual-regression"
# envs: "woo-sample"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
ZIP_URL: "https://verti-artifacts.s3.amazonaws.com/${{ github.event.pull_request.base.repo.name }}-${{ needs.dev-zip.outputs.branch-name }}-${{ needs.dev-zip.outputs.git-sha-8 }}/neve.zip"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

phpunit:
name: PHPUnit
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
mysql:
image: mysql:5.7
Expand Down
1 change: 1 addition & 0 deletions assets/scss/gutenberg-editor-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

&, > * {
background-color: var(--nv-site-bg);
color: var(--nv-text-color);
}

.wp-block {
Expand Down

0 comments on commit 27ce61f

Please sign in to comment.