Skip to content

Commit eeab8ac

Browse files
committed
[CI] Rebuild SwiftJava when switching swift versions
1 parent 967ccaf commit eeab8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Prepare CI Environment
128128
uses: ./.github/actions/prepare_env
129129
- name: Swift Build
130-
run: "swift build --build-tests --disable-sandbox"
130+
run: "swift build --disable-sandbox"
131131
- name: Swift Test
132132
run: "swift test"
133133

@@ -147,7 +147,7 @@ jobs:
147147
- name: Prepare CI Environment
148148
uses: ./.github/actions/prepare_env
149149
- name: Swift Build
150-
run: "swift build --build-tests --disable-sandbox"
150+
run: "swift build --disable-sandbox"
151151
- name: Swift Test
152152
run: "swift test"
153153

0 commit comments

Comments
 (0)