Skip to content

Commit 2dc8f22

Browse files
chore(ci): Add expo export (#4458)
1 parent 4161236 commit 2dc8f22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sample-application-expo.yml

+5
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ jobs:
131131
run: |
132132
npx expo export -p web
133133
134+
- name: Export Expo
135+
working-directory: samples/expo
136+
run: |
137+
npx expo export
138+
134139
- name: Upload logs
135140
if: ${{ always() }}
136141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)