Skip to content

Commit

Permalink
Add basic PR check for testing start-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael B. Gale committed Dec 13, 2024
1 parent 62192f8 commit 706ef58
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .github/workflows/__start-proxy.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions pr-checks/checks/start-proxy.yml
Original file line number Diff line number Diff line change
@@ -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" }]'

0 comments on commit 706ef58

Please sign in to comment.