diff --git a/.github/workflows/android-preview.yml b/.github/workflows/android-preview.yml index 652b27e1e..cf3b16f88 100644 --- a/.github/workflows/android-preview.yml +++ b/.github/workflows/android-preview.yml @@ -14,10 +14,6 @@ jobs: ruby-version: "2.6" bundler-cache: true - - uses: actions/setup-ruby@v1 - with: - ruby-version: '2.6' - - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/ios-preview.yml b/.github/workflows/ios-preview.yml index 56182ce06..711660dbc 100644 --- a/.github/workflows/ios-preview.yml +++ b/.github/workflows/ios-preview.yml @@ -4,20 +4,21 @@ on: pull_request jobs: distribute-ios: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 + - name: Select Xcode Version + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable + - uses: ruby/setup-ruby@v1 with: ruby-version: "2.6" bundler-cache: true - - uses: actions/setup-ruby@v1 - with: - ruby-version: '2.6' - - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 42c8991b0..1723305eb 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,7 +48,7 @@ platform :android do return s[re, 1] end - lane :≈ do + lane :preview do appetize_api_token = ENV['APPETIZE_API_TOKEN'] puts "PR_NUMBER: " + pr_number diff --git a/fastlane/README.md b/fastlane/README.md new file mode 100644 index 000000000..ad3f6fdfa --- /dev/null +++ b/fastlane/README.md @@ -0,0 +1,45 @@ +fastlane documentation +---- + +# Installation + +Make sure you have the latest version of the Xcode command line tools installed: + +```sh +xcode-select --install +``` + +For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) + +# Available Actions + +## Android + +### android ≈ + +```sh +[bundle exec] fastlane android ≈ +``` + + + +---- + + +## iOS + +### ios preview + +```sh +[bundle exec] fastlane ios preview +``` + +This action builds the app and uplads it to Appetize + +---- + +This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. + +More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). + +The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools). diff --git a/fastlane/report.xml b/fastlane/report.xml new file mode 100644 index 000000000..376828456 --- /dev/null +++ b/fastlane/report.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +