Skip to content

Commit 580b2a1

Browse files
committed
Run CI tests against [email protected]
1 parent a3331d6 commit 580b2a1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
webrpc-gen: [v0.6.1]
15+
webrpc-gen: [v0.7.0]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
@@ -23,11 +23,12 @@ jobs:
2323
- name: Install goimports
2424
run: go install golang.org/x/tools/cmd/goimports@latest
2525
- name: Install webrpc-gen
26-
#run: go install github.com/webrpc/webrpc/cmd/webrpc-gen@${{ matrix.webrpc-gen }}
27-
run: |
28-
git clone --single-branch https://github.com/golang-cz/webrpc.git --branch templates_v0.7.0
29-
cd webrpc
30-
make install
26+
run: go install github.com/webrpc/webrpc/cmd/webrpc-gen@${{ matrix.webrpc-gen }}
27+
# - name: Install webrpc-gen (development)
28+
# run: |
29+
# git clone --single-branch https://github.com/golang-cz/webrpc.git --branch templates_v0.7.0
30+
# cd webrpc
31+
# make install
3132
- name: Regenerate examples
3233
run: cd _examples && make generate
3334
- name: Git diff of regenerated files

0 commit comments

Comments
 (0)