Skip to content

Commit

Permalink
ci: modify for prepare pr
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Feb 1, 2024
1 parent 7424d2f commit e3a246e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Integration Test

on:
pull_request:
branches: [ "*" ]
push:
branches: [ "integration_test" ]
branches: [ "main" ]

jobs:
test:
Expand Down Expand Up @@ -49,7 +47,7 @@ jobs:
sed -i '' -e "s#if index==0 || index==1 {}#if index==0 || index==1 {\n cart.addToCart(addedProduct: product, quantity: 1)\n }#g" ModerneShopping/Views/ProductViews/ProductList.swift
sed -i '' -e "s#branch = main;#branch = $temp_branch;#g" ModerneShopping.xcodeproj/project.pbxproj
git diff
- name: generate export options
- name: Generate export options
run: |
echo '${{ vars.EXPORT_OPTIONS }}' >> ExportOptions.plist
cat ExportOptions.plist
Expand Down

0 comments on commit e3a246e

Please sign in to comment.