Skip to content

[keyserver] Update tID in register response validator #1368

[keyserver] Update tID in register response validator

[keyserver] Update tID in register response validator #1368

Workflow file for this run

name: JSI Codegen
on:
push:
branches: [master]
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: sudo ./install_protobuf.sh
working-directory: ./scripts
run: sudo ./install_protobuf.sh
- name: npm install -g yarn
run: npm install -g yarn
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall
- name: '[native] JSI Codegen'
working-directory: ./native
run: yarn codegen-jsi && git diff --exit-code