Add basic PR check for testing start-proxy
This commit is contained in:
parent
62192f8dab
commit
706ef5896a
2 changed files with 84 additions and 0 deletions
15
pr-checks/checks/start-proxy.yml
Normal file
15
pr-checks/checks/start-proxy.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: "Start proxy"
|
||||
description: "Tests that the proxy can be initialised on all platforms"
|
||||
operatingSystems: ["ubuntu", "macos", "windows"]
|
||||
versions: ["linked"]
|
||||
steps:
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
languages: csharp
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
|
||||
- name: Setup proxy for registries
|
||||
id: proxy
|
||||
uses: ./../action/start-proxy
|
||||
with:
|
||||
registries_secrets: '[{ "type": "nuget_feed", "url": "https://api.nuget.org/v3/index.json" }]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue