File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments