Skip to content

Commit

Permalink
🔧CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkulman committed Jul 28, 2024
1 parent 1bf4240 commit d27473c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test

on: [push]

jobs:
job-test:
name: Run unit tests
runs-on: macos-14
steps:
- uses: actions/checkout@v1

- name: Install needed software
run: |
gem install xcpretty
gem install bundler:1.17.2
- name: Run unit tests
run: fastlane tests

0 comments on commit d27473c

Please sign in to comment.