Add basic PR check for testing start-proxy

This commit is contained in:
Michael B. Gale 2024-12-13 16:45:33 +00:00
parent 62192f8dab
commit 706ef5896a
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
2 changed files with 84 additions and 0 deletions

View 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" }]'