Skip to content

Commit 962cc5f

Browse files
committed
Run tuist test last (messes with working copy)
1 parent c77b211 commit 962cc5f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
run: pod repo update
2727
- name: "Lint"
2828
run: make lint
29-
- name: "Run tests (tuist)"
30-
run: |
31-
brew install tuist
32-
cd Tests/Tuist/SQLite-Test
33-
tuist install
34-
tuist test
3529
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
3630
env:
3731
PACKAGE_MANAGER_COMMAND: test -Xswiftc -warnings-as-errors
@@ -76,6 +70,12 @@ jobs:
7670
env:
7771
VALIDATOR_SUBSPEC: SQLCipher
7872
run: ./run-tests.sh
73+
- name: "Run tests (tuist)"
74+
run: |
75+
brew install tuist
76+
cd Tests/Tuist/SQLite-Test
77+
tuist install
78+
tuist test
7979
build-linux:
8080
runs-on: ubuntu-latest
8181
steps:

0 commit comments

Comments
 (0)