Skip to content

Commit fc721c7

Browse files
authored
Fix CI; remove interop tests (#9)
1 parent c9db60b commit fc721c7

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,3 @@ jobs:
3030
run: cd _examples && make generate
3131
- name: Git diff of regenerated files
3232
run: cd _examples && make diff
33-
34-
webrpc-interoperability:
35-
strategy:
36-
matrix:
37-
webrpc-version: [v0.10.0, v0.11.3]
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v3
41-
- uses: actions/setup-node@v3
42-
with:
43-
node-version: 18
44-
- name: Set up webrpc binary cache folder
45-
uses: actions/cache@v3
46-
with:
47-
key: webrpc-binaries
48-
path: tests/bin
49-
- name: Install dependencies
50-
run: cd tests && npm install
51-
- name: Download webrpc binaries
52-
run: cd tests && ./download.sh ${{ matrix.webrpc-version }} bin/${{ matrix.webrpc-version }}
53-
- name: Export path of webrpc binaries
54-
run: cd tests && echo "$PWD/bin/${{ matrix.webrpc-version }}" >> $GITHUB_PATH
55-
- name: Run interoperability tests
56-
run: cd tests && ./test.sh

0 commit comments

Comments
 (0)