From 73d86e24b962881079df30456e3371737bc3550a Mon Sep 17 00:00:00 2001 From: Franz Busch Date: Tue, 2 Jul 2024 15:18:15 +0100 Subject: [PATCH] [DO NOT MERGE] CI test --- .github/workflows/pull_requests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 3797817522..1739f63d8a 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -28,4 +28,6 @@ jobs: uses: actions/checkout@v4 - name: Run tests run: swift test - timeout-minutes: 20 \ No newline at end of file + timeout-minutes: 20 + + \ No newline at end of file