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 4155c1b commit e2d5ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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%/${GITHUB_WORKSPACE}/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 @@ -145,8 +145,8 @@ jobs:
GROUP: ${{ matrix.group }}
SYMFONY_DEPRECATIONS_HELPER: weak
ECCUBE_RESTRICT_FILE_UPLOAD: '1'
run:
sed -i "s/%GITHUB_WORKSPACE%/${GITHUB_WORKSPACE}/g" codeception/_envs/github_action.yml;
run: |
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 e2d5ff9

Please sign in to comment.