Update tests

This commit is contained in:
Andrew Eisenberg 2023-10-13 13:23:12 -07:00
parent e42f5e5768
commit 7a14c3b11e
2 changed files with 19 additions and 10 deletions

View file

@ -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