mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 21:42:38 +01:00
last test
This commit is contained in:
parent
a6dbcedf94
commit
c5a977e5c9
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -23,9 +23,9 @@ on:
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
ubuntu-20_04:
|
||||
name: ubuntu-20_04
|
||||
runs-on: ubuntu-20.04
|
||||
ubuntu-latest:
|
||||
name: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -14,7 +14,7 @@ using static Nuke.Common.IO.FileSystemTasks;
|
||||
using static Nuke.Common.Tools.DotNet.DotNetTasks;
|
||||
|
||||
[ShutdownDotNetAfterServerBuild]
|
||||
[GitHubActions("ci", GitHubActionsImage.Ubuntu2004,
|
||||
[GitHubActions("ci", GitHubActionsImage.UbuntuLatest,
|
||||
OnPullRequestBranches = new[] {"master", "releases/*"},
|
||||
AutoGenerate = true,
|
||||
InvokedTargets = new[] {nameof(Ci)},
|
||||
|
Loading…
Reference in New Issue
Block a user