Skip to content

Commit 02c3014

Browse files
committed
chore: remove script
1 parent 93d7865 commit 02c3014

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717
- name: Build
18-
run: ./build.sh net9.0
18+
run: dotnet build
1919
- name: Test
20-
run: ./test.sh net9.0
20+
run: dotnet test
2121

build.sh

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

test.sh

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

0 commit comments

Comments
 (0)