Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushi authored Feb 27, 2024
1 parent fc892bf commit 4d0c768
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
on: push
on: [push, pull_request]
name: Test
jobs:
test:
name: Test
runs-on: macOS-latest
runs-on: macOS-14
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build and test
run: |
gem update --system
gem install bundler
bundle install
bundle exec fastlane test
bundle exec fastlane test

0 comments on commit 4d0c768

Please sign in to comment.