Skip to content

Commit 706ef58

Browse files
committed
Add basic PR check for testing start-proxy
1 parent 62192f8 commit 706ef58

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

.github/workflows/__start-proxy.yml

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/start-proxy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Start proxy"
2+
description: "Tests that the proxy can be initialised on all platforms"
3+
operatingSystems: ["ubuntu", "macos", "windows"]
4+
versions: ["linked"]
5+
steps:
6+
- uses: ./../action/init
7+
with:
8+
languages: csharp
9+
tools: ${{ steps.prepare-test.outputs.tools-url }}
10+
11+
- name: Setup proxy for registries
12+
id: proxy
13+
uses: ./../action/start-proxy
14+
with:
15+
registries_secrets: '[{ "type": "nuget_feed", "url": "https://api.nuget.org/v3/index.json" }]'

0 commit comments

Comments
 (0)