Skip to content

Commit 1703b4d

Browse files
committed
fix yaml
1 parent 68aa5fa commit 1703b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Build & Run Swift Unit Tests
229229
run: swift test
230230
- name: Build & Run Swift Codegen Tests
231-
run cd test-sdks && swift test
231+
run: cd test-sdks && swift test
232232

233233
linux-ci-complete:
234234
needs: linux-ci

0 commit comments

Comments
 (0)