Skip to content

Commit

Permalink
chore(app): ci
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Nov 17, 2024
1 parent c2f42df commit fcba7ab
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/app-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: App

on: [push]

jobs:
build:
name: Tests

runs-on: "macos-latest"
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest

- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Run tests
run: |
cd apps/mobile/metro-now
xcodebuild test -scheme metro-now

0 comments on commit fcba7ab

Please sign in to comment.