Skip to content

Commit 1621440

Browse files
committed
remove testing for now
1 parent b6b0409 commit 1621440

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,3 @@ jobs:
2424
else
2525
echo "No changes to commit"
2626
fi
27-
tests:
28-
runs-on: macos-latest
29-
needs: swift-format
30-
steps:
31-
- uses: actions/checkout@v4
32-
- name: Resolve Swift package dependencies
33-
run: swift package resolve
34-
- name: Run Swift tests
35-
run: swift test

0 commit comments

Comments
 (0)