Skip to content

Commit 113e83e

Browse files
committed
ci: support e2e test
1 parent d0d4fe7 commit 113e83e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: test pr
2828
run: |
2929
bash scripts/terraform-install.sh
30+
cat ~/.aliyun/config.json
31+
echo $ALICLOUD_ACCESS
3032
export ALICLOUD_PROFILE=${{ secrets.PROFILENAME }}
3133
folders="${{ steps.changed-files.outputs.all_changed_files }}"
3234
for f in ${folders//,/ }

0 commit comments

Comments
 (0)