Skip to content

Commit 7a14c3b

Browse files
committed
Update tests
1 parent e42f5e5 commit 7a14c3b

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

.github/workflows/__swift-autobuild.yml

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/swift-autobuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Swift analysis using autobuild"
22
description: "Tests creation of a Swift database using autobuild"
3-
versions: ["latest", "cached", "nightly-latest"]
3+
# versions: ["latest", "cached", "nightly-latest"]
4+
versions: ["nightly-latest"]
45
# Swift autobuilder is only supported on MacOS for private beta
56
operatingSystems: ["macos"]
67
env:
@@ -11,7 +12,7 @@ steps:
1112
with:
1213
languages: swift
1314
tools: ${{ steps.prepare-test.outputs.tools-url }}
14-
- uses: ./../action/.github/setup-swift
15+
- uses: ./../action/.github/actions/setup-swift
1516
with:
1617
codeql-path: ${{steps.init.outputs.codeql-path}}
1718
- name: Check working directory

0 commit comments

Comments
 (0)