Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Jan 26, 2024
1 parent 1398d04 commit 7d8cdff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ jobs:
cd tests/pw
mkdir -p debuglog && touch debuglog/debug.log


# Start wordpress environment
- name: Start WordPress Env
id: wp-env
Expand Down
3 changes: 1 addition & 2 deletions tests/pw/.wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"WP_DEBUG_DISPLAY": "true"
},
"mappings": {
".htaccess": ".htaccess",
"wp-content/debug.log": "./debuglog/debug.log"
".htaccess": ".htaccess"
}
}
}
Expand Down

0 comments on commit 7d8cdff

Please sign in to comment.