Skip to content

Commit

Permalink
Merge branch 'develop/main' into features/add-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiu Ghiran authored and Sergiu Ghiran committed Oct 31, 2023
2 parents ec208d6 + fa1a060 commit 804bcfd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/fastlane.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: fastlane build and test

on:
pull_request:
branches: [ "main", "develop/main" ]
workflow_dispatch:

jobs:
build:
runs-on: macos-13

steps:
- uses: actions/checkout@v3

- name: Set up ruby env
- uses: ruby/[email protected]
with:
ruby-version: 3.2.1
bundler-cache: true

- name: Build & Test with fastlane
run: bundle exec fastlane ios tests

0 comments on commit 804bcfd

Please sign in to comment.