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 d2d51d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/app-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: App

on: [push]

jobs:
build:
name: Tests

runs-on: "ubuntu-latest"
steps:
- 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 d2d51d9

Please sign in to comment.