Skip to content

Commit

Permalink
[Refactor] CI 파이프라인 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Aug 26, 2024
1 parent 7b14c7e commit 264f448
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/BudgetBuddies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build BudgetBuddies
on:
pull_request:
branches:
- develop
push:
branches:
- qa

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2

- name: Install tuist
run: mise use tuist@latest

- name: Move to .mise.toml file
run: cd BudgetBuddies

- name: Install dependencies
run: tuist install

- name: Build
run: tuist build

0 comments on commit 264f448

Please sign in to comment.