Skip to content

Commit 2c44925

Browse files
committed
chore(app): ci
1 parent c2f42df commit 2c44925

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/app-ci.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: App
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
name: Tests
8+
9+
runs-on: "ubuntu-latest"
10+
steps:
11+
- name: Run tests
12+
run: |
13+
cd apps/mobile/metro-now
14+
xcodebuild test -scheme metro-now

0 commit comments

Comments
 (0)