Skip to content

Commit b8cfd63

Browse files
committed
github workflow fix.
1 parent 1671d01 commit b8cfd63

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
steps:
2-
- uses: actions/checkout@v3
3-
- uses: actions/setup-dotnet@v3
4-
with:
5-
dotnet-version: '6.0.x'
6-
- run: cd ServerCodeExciserTest | dotnet run ServerCodeExciserTest.csproj
1+
name: ci
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-dotnet@v3
12+
with:
13+
dotnet-version: '6.0.x'
14+
- run: cd ServerCodeExciserTest | dotnet run ServerCodeExciserTest.csproj

0 commit comments

Comments
 (0)