Skip to content

Commit

Permalink
chore: speed up CI by moving webui builds to separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 29, 2024
1 parent c4250f8 commit e851f74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
- name: 🧪 Test project
run: bun run test

ui:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4

- name: 🏗 Setup project
uses: ./.github/actions/setup-project

- name: 👷 Build expo-atlas-ui
run: bun run build
working-directory: packages/expo-atlas-ui

0 comments on commit e851f74

Please sign in to comment.