Skip to content

Commit e911dac

Browse files
authored
Try fix build and test with github actions. (#990)
* Try fix build and test with github actions. * Update test.yml
1 parent 39c2dcd commit e911dac

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ on:
99
jobs:
1010

1111
build:
12-
name: Build
12+
name: Basic Tests
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- name: build_and_test
17-
run: |
18-
build_and_test.sh
16+
- name: Check out code
17+
uses: actions/checkout@v2
18+
19+
- name: Install dotnet
20+
run: ./build/get-dotnet.sh
21+
22+
- name: Build and run tests
23+
run: ./build_and_test.sh

0 commit comments

Comments
 (0)