Skip to content

Commit 8a46bca

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

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,7 +27,9 @@ jobs:
2727
- name: test pr
2828
run: |
2929
bash scripts/terraform-install.sh
30+
echo "cat ~/.aliyun/config.json"
3031
cat ~/.aliyun/config.json
32+
echo "aaa: $ALICLOUD_ACCESS"
3133
echo $ALICLOUD_ACCESS
3234
export ALICLOUD_PROFILE=${{ secrets.PROFILENAME }}
3335
folders="${{ steps.changed-files.outputs.all_changed_files }}"

0 commit comments

Comments
 (0)