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 b071af2 commit 9d48135
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ "*" ]
push:
branches: [ "*" ]
branches: [ "integration_test" ]

jobs:
test:
Expand Down Expand Up @@ -40,7 +40,6 @@ jobs:
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 All @@ -64,7 +63,7 @@ jobs:
run: |
echo $temp_branch
git status
git push origin delete $temp_branch
git push origin --delete $temp_branch
- name: Build Device Farm test file
run: |
cd IntegrationTest
Expand Down

0 comments on commit 9d48135

Please sign in to comment.