Skip to content

Commit 543ee70

Browse files
authored
Add separate gRPC-Web test build job (#1137)
1 parent 4da20fb commit 543ee70

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ jobs:
2626

2727
- name: Build and run tests
2828
run: ./build_and_test.sh
29+
30+
grpc_web:
31+
name: gRPC-Web Tests
32+
runs-on: ubuntu-latest
33+
steps:
34+
35+
- name: Check out code
36+
uses: actions/checkout@v2
37+
38+
- name: Run interop tests
39+
run: ./grpcweb_interoptests.sh

build_and_test.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ do
4040
dotnet test $test_project -c Release -v n --no-build < /dev/null
4141
done
4242

43-
echo "Tests finished"
44-
45-
source grpcweb_interoptests.sh
43+
echo "Tests finished"

0 commit comments

Comments
 (0)