Skip to content

Commit 01fd1af

Browse files
committed
Switch to swift test temporarily
1 parent 749e930 commit 01fd1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install unzip
4141
run: apt-get update && apt-get install -y unzip
4242
- name: Run tests
43-
run: cp .env.testing.template .env.testing && make test
43+
run: cp .env.testing.template .env.testing && swift test
4444
env:
4545
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
4646
DATABASE_HOST: postgres

0 commit comments

Comments
 (0)