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.
1 parent 69b2558 commit e93d6dcCopy full SHA for e93d6dc
3 files changed
.github/composites/setup/action.yml
@@ -10,6 +10,10 @@ runs:
10
using: 'composite'
11
steps:
12
13
+ - uses: swift-actions/setup-swift@v3
14
+ with:
15
+ skip-verify-signature: true
16
+
17
- uses: jdx/mise-action@v4
18
env:
19
MISE_DATA_DIR: ${{ runner.temp }}/${{ github.action }}/mise
.github/workflows/Test.yml
@@ -4,8 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - 'Sources/**'
+ paths-ignore:
+ - 'Submodule/**'
9
workflow_dispatch:
concurrency:
@@ -30,5 +31,4 @@ jobs:
30
31
with:
32
os: ${{ matrix.os }}
33
- - run: swift build
34
- run: swift test
mise.toml
@@ -1,5 +1,5 @@
1
[tools]
2
-swift = "6"
+# swift = "6"
3
"spm:apple/swift-openapi-generator" = "latest"
[settings]
0 commit comments