Skip to content

Commit

Permalink
find output
Browse files Browse the repository at this point in the history
  • Loading branch information
dany-pellerin committed Nov 13, 2024
1 parent 7eab19d commit c5abed8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ios-sdk-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: "iOS SDK CI"

on:
pull_request:
# push: # TODO: To be validated
# branches-ignore: '*'
# tags:
# - '^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$'
pull_request:
push:
tags:
- "v.*"

jobs:
setup:
Expand Down Expand Up @@ -50,6 +49,8 @@ jobs:
- name: Build Demo Swift
id: build-demo-swift
run: bundle exec fastlane demo_swift
- name: find output
run: ls -R
# - name: Store Artifacts
# uses: actions/upload-artifact@v4
# with:
Expand All @@ -69,6 +70,8 @@ jobs:
run: bundle install
- name: Build Demo Objective-C
run: bundle exec fastlane demo_objc
- name: find output
run: ls -R
# - name: Store Artifacts
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit c5abed8

Please sign in to comment.