Skip to content

Commit c841019

Browse files
committed
Build and test on ubuntu-latest
1 parent 53280f5 commit c841019

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,20 @@ jobs:
3939
shell: pwsh
4040
run: |
4141
./Build.ps1
42+
43+
linux_test:
44+
45+
runs-on: ubuntu-latest
46+
47+
steps:
48+
- uses: actions/checkout@v4
49+
- name: Setup
50+
uses: actions/setup-dotnet@v4
51+
with:
52+
dotnet-version: 9.0.x
53+
- name: Build and Test
54+
env:
55+
DOTNET_CLI_TELEMETRY_OPTOUT: true
56+
shell: pwsh
57+
run: |
58+
./Build.ps1

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)