Skip to content

Commit

Permalink
Run CI tests against [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Nov 19, 2022
1 parent a3331d6 commit 580b2a1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
webrpc-gen: [v0.6.1]
webrpc-gen: [v0.7.0]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -23,11 +23,12 @@ jobs:
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Install webrpc-gen
#run: go install github.com/webrpc/webrpc/cmd/webrpc-gen@${{ matrix.webrpc-gen }}
run: |
git clone --single-branch https://github.com/golang-cz/webrpc.git --branch templates_v0.7.0
cd webrpc
make install
run: go install github.com/webrpc/webrpc/cmd/webrpc-gen@${{ matrix.webrpc-gen }}
# - name: Install webrpc-gen (development)
# run: |
# git clone --single-branch https://github.com/golang-cz/webrpc.git --branch templates_v0.7.0
# cd webrpc
# make install
- name: Regenerate examples
run: cd _examples && make generate
- name: Git diff of regenerated files
Expand Down

0 comments on commit 580b2a1

Please sign in to comment.