Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 14, 2024
1 parent e88416e commit 7d35f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 714 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '2.6.0'
bundler-cache: true

- name: Cache CocoaPods
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ test/ios/Pods
test/ios/build
test/ios/MyTestApp
test/ios/MyTestAppTests
test/ios/Pods/Podfile.lock

test/package-lock.json
test/yarn.lock

test/output
test/Gemfile.lock
Loading

0 comments on commit 7d35f02

Please sign in to comment.