mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 20:55:59 +00:00
Merge #90
90: Authenticate to avoid API rate limit r=D4nte a=D4nte Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
commit
a063fb05a1
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
|||||||
BUF_VERSION: '0.41.0'
|
BUF_VERSION: '0.41.0'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [14]
|
node: [14, 16]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@ -60,9 +60,10 @@ jobs:
|
|||||||
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
||||||
|
|
||||||
- name: Install bufbuild
|
- name: Install bufbuild
|
||||||
uses: mu-io/setup-buf@v1beta
|
uses: mu-io/setup-buf@v2beta
|
||||||
with:
|
with:
|
||||||
buf-version: ${{ env.BUF_VERSION }}
|
buf-version: ${{ env.BUF_VERSION }}
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
status = [
|
status = [
|
||||||
"build_and_test (14, ubuntu-latest)",
|
"build_and_test (14, ubuntu-latest)",
|
||||||
|
"build_and_test (16, ubuntu-latest)",
|
||||||
|
"build_and_test (14, macos-latest)",
|
||||||
|
"build_and_test (16, macos-latest)",
|
||||||
"web_chat_build_and_test"
|
"web_chat_build_and_test"
|
||||||
]
|
]
|
||||||
block_labels = ["work-in-progress"]
|
block_labels = ["work-in-progress"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user