Update tests
This commit is contained in:
parent
e42f5e5768
commit
7a14c3b11e
2 changed files with 19 additions and 10 deletions
|
|
@ -1,6 +1,7 @@
|
|||
name: "Swift analysis using autobuild"
|
||||
description: "Tests creation of a Swift database using autobuild"
|
||||
versions: ["latest", "cached", "nightly-latest"]
|
||||
# versions: ["latest", "cached", "nightly-latest"]
|
||||
versions: ["nightly-latest"]
|
||||
# Swift autobuilder is only supported on MacOS for private beta
|
||||
operatingSystems: ["macos"]
|
||||
env:
|
||||
|
|
@ -11,7 +12,7 @@ steps:
|
|||
with:
|
||||
languages: swift
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
- uses: ./../action/.github/setup-swift
|
||||
- uses: ./../action/.github/actions/setup-swift
|
||||
with:
|
||||
codeql-path: ${{steps.init.outputs.codeql-path}}
|
||||
- name: Check working directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue