Skip to content

Commit d0d4fe7

Browse files
committed
ci: support e2e test
1 parent 3300eb3 commit d0d4fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: test pr
2828
run: |
2929
bash scripts/terraform-install.sh
30+
export ALICLOUD_PROFILE=${{ secrets.PROFILENAME }}
3031
folders="${{ steps.changed-files.outputs.all_changed_files }}"
3132
for f in ${folders//,/ }
3233
do

0 commit comments

Comments
 (0)