Skip to content

Commit

Permalink
tilt ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Feb 11, 2024
1 parent 5041f74 commit 26612cd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: tilt-ci

on: [push]

jobs:
tilt-ci-android:
name: Tilt CI Android
runs-on: ["self-hosted", "Linux", "X64"]

steps:
- uses: actions/checkout@v2
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Run local backend in background
run: |
nix develop -c make tilt-up &
sleep 30
- run: nix develop -c tilt wait --timeout 1h --for=condition=Ready uiresources init-setup

tilt-ci-ios:
name: Tilt CI MacOS
runs-on: ["self-hosted", "MacOS", "ARM64"]

steps:
- uses: actions/checkout@v2
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Run local backend in background
run: |
nix develop -c make tilt-up &
sleep 30
- run: nix develop -c tilt wait --timeout 1h --for=condition=Ready uiresources init-setup

0 comments on commit 26612cd

Please sign in to comment.