We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da20fb commit 543ee70Copy full SHA for 543ee70
.github/workflows/test.yml
@@ -26,3 +26,14 @@ jobs:
26
27
- name: Build and run tests
28
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
@@ -40,6 +40,4 @@ do
40
dotnet test $test_project -c Release -v n --no-build < /dev/null
41
done
42
43
-echo "Tests finished"
44
-
45
-source grpcweb_interoptests.sh
+echo "Tests finished"
0 commit comments