Skip to content

Commit 3de962e

Browse files
committed
fix: create workflows dir in integ-tests
1 parent 344f5cb commit 3de962e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_integ_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ACTION_GIT_COMMIT_ID=`git rev-parse HEAD`
88
# Update the integ test action workflow file with the latest action commit ID
99
git checkout integ-tests
1010
sed -i 's|aws-actions/configure-aws-credentials@v1|aws-actions/configure-aws-credentials@$ACTION_GIT_COMMIT_ID|g' test-workflow.yml
11+
mkdir -p .github/workflows
1112
cp test-workflow.yml .github/workflows
1213
git add .github/workflows
1314
git commit -m "Test commit $ACTION_GIT_COMMIT_ID"

0 commit comments

Comments
 (0)