Skip to content

Commit

Permalink
fix branch delete
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Jan 26, 2024
1 parent 13a20b1 commit b071af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
echo $branch
echo "temp_branch=$branch" >> "$GITHUB_ENV"
git checkout -b $branch
git add .
git commit -m "ci: integration test"
git push --set-upstream origin $branch
git checkout main
- name: Prepare sample iOS app
run: |
git clone https://github.com/aws-samples/clickstream-sdk-samples
Expand Down

0 comments on commit b071af2

Please sign in to comment.