Skip to content

Commit ce7471d

Browse files
committed
Move init step at the end of start-proxy test workflow
1 parent 8df6cad commit ce7471d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/__start-proxy.yml

Lines changed: 5 additions & 5 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ operatingSystems:
77
versions:
88
- linked
99
steps:
10-
- uses: ./../action/init
11-
with:
12-
languages: csharp
13-
tools: ${{ steps.prepare-test.outputs.tools-url }}
14-
1510
- name: Setup proxy for registries
1611
id: proxy
1712
uses: ./../action/start-proxy
@@ -44,3 +39,8 @@ steps:
4439
|| !contains(steps.proxy.outputs.proxy_urls, 'https://repo.maven.apache.org/maven2/')
4540
|| !contains(steps.proxy.outputs.proxy_urls, 'https://repo1.maven.org/maven2')
4641
run: exit 1
42+
43+
- uses: ./../action/init
44+
with:
45+
languages: csharp
46+
tools: ${{ steps.prepare-test.outputs.tools-url }}

0 commit comments

Comments
 (0)