Update GitHub Actions config to run build.sh
This commit is contained in:
parent
d8d307545f
commit
f6995f498a
2 changed files with 3 additions and 3 deletions
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
|
@ -24,5 +24,5 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run './test/build.cmd '
|
- name: Run './test/build.sh'
|
||||||
run: ./test/build.cmd
|
run: ./test/build.sh
|
||||||
|
|
|
@ -15,7 +15,7 @@ using static _build.benchmarks.DotNetBenchmarkExtensions;
|
||||||
[GitHubActions(
|
[GitHubActions(
|
||||||
"dotnet",
|
"dotnet",
|
||||||
GitHubActionsImage.UbuntuLatest,
|
GitHubActionsImage.UbuntuLatest,
|
||||||
AutoGenerate = true,
|
AutoGenerate = false,
|
||||||
On = new []{GitHubActionsTrigger.Push, GitHubActionsTrigger.PullRequest}
|
On = new []{GitHubActionsTrigger.Push, GitHubActionsTrigger.PullRequest}
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue