PR Checks: Use tools: linked rather than tools: latest

Also changes the input and output in the `prepare-test` Action to use `linked`.
This commit is contained in:
Angela P Wen 2024-05-31 11:45:44 +02:00
parent b1bd8da5e7
commit 67d5a9a476
67 changed files with 105 additions and 105 deletions

View file

@ -1,7 +1,7 @@
name: "Split workflow"
description: "Tests a split-up workflow in which we first build a database and later analyze it"
operatingSystems: ["ubuntu", "macos"]
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs
versions: ["linked", "default", "nightly-latest"] # This feature is not compatible with old CLIs
steps:
- uses: ./../action/init
with: