Remove dotnet restore calls from CI checks

This commit is contained in:
Edoardo Pirovano 2021-12-13 18:04:46 +00:00
parent eacec3646a
commit 265a7db16a
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
21 changed files with 0 additions and 49 deletions

View file

@ -3,8 +3,6 @@ description: "Checks that specifying packages using the input to the Action work
versions: ["nightly-20210831"] # This CLI version is known to work with package used in this test
os: ["ubuntu-latest", "macos-latest"]
steps:
- name: Initialize dotnet
run: dotnet restore
- uses: ./../action/init
with:
config-file: ".github/codeql/codeql-config-packaging2.yml"