Skip to content

Commit

Permalink
何故か変数展開されない
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Dec 4, 2023
1 parent a5fa259 commit 2a689fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
GROUP: ${{ matrix.group }}
SYMFONY_DEPRECATIONS_HELPER: weak
run: |
sed -i "s|%GITHUB_WORKSPACE%|`pwd`|g" codeception/_envs/github_action.yml
sed -i "s|%GITHUB_WORKSPACE%|${GITHUB_WORKSPACE}|g" codeception/_envs/github_action.yml
vendor/bin/codecept -vvv run acceptance --env chrome,github_action -g ${GROUP} --skip-group restrict-file-upload --html report.html
- name: Codeception with Restrict file upload
Expand All @@ -146,7 +146,7 @@ jobs:
SYMFONY_DEPRECATIONS_HELPER: weak
ECCUBE_RESTRICT_FILE_UPLOAD: '1'
run: |
sed -i "s|%GITHUB_WORKSPACE%|`pwd`|g" codeception/_envs/github_action.yml
sed -i "s|%GITHUB_WORKSPACE%|${GITHUB_WORKSPACE}|g" codeception/_envs/github_action.yml
vendor/bin/codecept -vvv run acceptance --env chrome,github_action -g ${GROUP} --html report.html
- name: Upload evidence
Expand Down

0 comments on commit 2a689fd

Please sign in to comment.