Skip to content

Commit 01bf611

Browse files
committed
chore: remove unused build-web job from CI workflow
1 parent c202340 commit 01bf611

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

-12
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,3 @@ jobs:
5050
- name: Build package
5151
run: yarn prepare
5252

53-
build-web:
54-
runs-on: ubuntu-latest
55-
steps:
56-
- name: Checkout
57-
uses: actions/checkout@v4
58-
59-
- name: Setup
60-
uses: ./.github/actions/setup
61-
62-
- name: Build example for Web
63-
run: |
64-
yarn example expo export --platform web

0 commit comments

Comments
 (0)