From cd09c2f4698d66bcf47363cbe896fb6934b67d44 Mon Sep 17 00:00:00 2001 From: Diogo Autilio Date: Mon, 26 Feb 2024 10:20:22 -0300 Subject: [PATCH] Update Testing.yml --- .github/workflows/Testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Testing.yml b/.github/workflows/Testing.yml index 14bde0ee..619b524b 100755 --- a/.github/workflows/Testing.yml +++ b/.github/workflows/Testing.yml @@ -40,9 +40,9 @@ jobs: tuist install shell: bash - #- name: Tuist Warm Cache + #- name: Tuist Cache # run: | - # tuist cache warm + # tuist cache # shell: bash - name: Generate project with tuist @@ -64,4 +64,5 @@ jobs: with: swift: true swift_project: SWDestinyTrades + exclude: SWDestinyTrades/Classes/Generated verbose: true