Skip to content

Commit

Permalink
fix(*): use mumble-protocol dependency (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored May 24, 2022
1 parent 6d50b75 commit 0d3cce8
Show file tree
Hide file tree
Showing 24 changed files with 29 additions and 717 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Install protoc
uses: arduino/setup-protoc@v1

- name: Generate proto files
run: yarn generate-proto

- name: Build
run: yarn build

Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Install protoc
uses: arduino/setup-protoc@v1

- name: Generate proto files
run: yarn generate-proto

- name: Run unit test
run: yarn test:ci

Expand Down Expand Up @@ -67,12 +61,6 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Install protoc
uses: arduino/setup-protoc@v1

- name: Generate proto files
run: yarn generate-proto

- name: Run e2e test
run: yarn test:e2e

Expand Down Expand Up @@ -100,11 +88,5 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Install protoc
uses: arduino/setup-protoc@v1

- name: Generate proto files
run: yarn generate-proto

- name: Build
run: yarn build
Loading

0 comments on commit 0d3cce8

Please sign in to comment.