Skip to content

Commit 0d38a03

Browse files
committed
Temporarily run tests directly, without xcbeautify
1 parent d7a2a43 commit 0d38a03

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,8 @@ jobs:
4242
- name: Install unzip (for tests) and zstd (for faster caching)
4343
run: apt-get update && apt-get install -y unzip zstd
4444

45-
- name: Restore .build
46-
if: ${{ !(github.run_attempt > 1) }} # Because maybe the cache is causing issues
47-
id: "restore-cache"
48-
uses: actions/cache/restore@v5
49-
with:
50-
path: .build
51-
key: "spi-debug-build-${{ runner.os }}-${{ github.event.after }}"
52-
restore-keys: "spi-debug-build-${{ runner.os }}-"
53-
54-
- name: Build tests
55-
run: cp .env.testing.template .env.testing && make build-tests
56-
57-
- name: Cache .build
58-
if: steps.restore-cache.outputs.cache-hit != 'true'
59-
uses: actions/cache/save@v5
60-
with:
61-
path: .build
62-
key: "spi-debug-build-${{ runner.os }}-${{ github.event.after }}"
63-
6445
- name: Run tests
65-
run: cp .env.testing.template .env.testing && make run-tests
46+
run: cp .env.testing.template .env.testing && swift test
6647
env:
6748
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
6849

0 commit comments

Comments
 (0)