Skip to content

Commit

Permalink
disabling using Tuist for generation and sample code builds
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Apr 2, 2024
1 parent ef374aa commit e079e4c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ jobs:
- name: Test YSwift
run: swift test --enable-code-coverage -v

- name: Install Mise and Tuist
uses: jdx/mise-action@v2
with:
install: true
cache: true
tool_versions: |
tuist = "3.39.3"
- name: Tuist Fetch
run: |
cd examples
tuist fetch
- name: Tuist Generate
run: |
cd examples
tuist generate -x -n
- name: Tuist Test
run: |
cd examples
tuist build
# - name: Install Mise and Tuist
# uses: jdx/mise-action@v2
# with:
# install: true
# cache: true
# tool_versions: |
# tuist = "3.39.3"

# - name: Tuist Fetch
# run: |
# cd examples
# tuist fetch

# - name: Tuist Generate
# run: |
# cd examples
# tuist generate -x -n

# - name: Tuist Test
# run: |
# cd examples
# tuist build

0 comments on commit e079e4c

Please sign in to comment.