Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease stability requirement for koodimonni-language/sv_se #221

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use custom WP_USER_PASS in acceptance tests
frimro committed Nov 26, 2024
commit 2f1cc2f02c5c028f9ea22540111cdd40dd6a256a
1 change: 1 addition & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
@@ -20,4 +20,5 @@ jobs:
--volume "$(pwd):/data/wordpress" \
--env WP_USER_UID=1001 \
--env DEBUG=true \
--env WP_USER_PASS="${{github.sha}}" \
--rm "${{env.CI_IMAGE}}"