Skip to content

Commit

Permalink
メンテナンスモードの警告表示でテストに失敗していたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Feb 25, 2024
1 parent 235143d commit 5a67424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
run: |
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml up -d --wait
sed -i 's!APP_ENV: "dev"!APP_ENV: "prod"!g' docker-compose.yml
sed -i 's!APP_DEBUG: 1!APP_DEBUG: 0!g' docker-compose.yml
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml up -d --wait
- name: setup-chromedriver
Expand All @@ -119,7 +120,7 @@ jobs:
run: |
echo "APP_ENV=${APP_ENV}" > .env
sed -i "s|%GITHUB_WORKSPACE%|${GITHUB_WORKSPACE}|g" codeception/_envs/github_action_docker.yml
vendor/bin/codecept -vvv run acceptance --env chrome,github_action_docker -g ${GROUP}
vendor/bin/codecept -vvv run acceptance --env chrome,github_action_docker -g ${GROUP} --html report.html
## see https://docs.github.com/ja/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action

- name: Push Docker image
Expand Down

0 comments on commit 5a67424

Please sign in to comment.