Skip to content

Commit 1568250

Browse files
committed
chore: update workflow to test eas-update script
1 parent 8218fb6 commit 1568250

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/eas.release.native.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
cache: yarn
2424
cache-dependency-path: '**/yarn.lock'
2525

26+
- name: Test if yarn tsx works
27+
run: |
28+
yarn tsx scripts/eas-update.ts
29+
2630
- name: Setup Expo and EAS
2731
uses: expo/expo-github-action@v8
2832
with:

packages/clippy/scripts/eas-update.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('Hello, world!')

0 commit comments

Comments
 (0)