We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc721d0 + 19b056b commit c7a0348Copy full SHA for c7a0348
.github/workflows/CI.yml
@@ -1,7 +1,7 @@
1
name: CI
2
3
on:
4
- pull_request_target:
+ pull_request:
5
branches: [ develop ]
6
workflow_dispatch:
7
@@ -34,10 +34,10 @@ jobs:
34
run: ./scripts/setupKey.sh "${{ secrets.TESTS_PRIVATEKEY }}"
35
36
- name: Build
37
- run: swift build -v
+ run: swift build
38
39
- name: Tests
40
- run: swift test -v
+ run: swift test
41
42
test_linux:
43
needs: [run_lint, test_macos]
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments