Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,11 @@ jobs:
- '6.2.3'

steps:
# checkout both skipstone.git and skip.git for the linked SkipDrive
- name: Checkout skipstone.git
uses: actions/checkout@v6
with:
path: skipstone

- name: Checkout skip.git
uses: actions/checkout@v6
with:
repository: skiptools/skip
path: skip
# skip.git submodule needed for SkipDriveExternal
submodules: true

- uses: swift-actions/setup-swift@v3
with:
Expand All @@ -44,11 +38,9 @@ jobs:
run: which kotlinc

- name: Swift Test (Debug)
working-directory: skipstone
run: KOTLINC=kotlinc swift test -v -c debug --parallel

- name: Build plugin
working-directory: skipstone
shell: bash
run: |
# Build plugins using the current installed version of Swift
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "skip"]
path = skip
url = https://github.com/skiptools/skip.git
branch = main
2 changes: 1 addition & 1 deletion Sources/SkipDriveExternal
1 change: 1 addition & 0 deletions skip
Submodule skip added at 75951f