Skip to content

Commit

Permalink
๐Ÿ’š :: [#210] CI / ๋ธŒ๋žœ์น˜ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed May 27, 2024
1 parent a629b99 commit e2132e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ master ]
branches: [ "master" ]
pull_request:
branches: [ "*" ]

Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: actions/checkout@v2
with:
xcode-version: 15.2
- uses: jdx/mise-action@v2

- name: install tuist
run: mise install tuist
Expand Down Expand Up @@ -109,5 +110,4 @@ jobs:
run: tuist install

- name: test tuist
run: TUIST_CI=1 tuist test--no-selective-testing

run: TUIST_CI=1 tuist test --no-selective-testing

0 comments on commit e2132e2

Please sign in to comment.