Skip to content

Updated path for crosstest protos #1965

Updated path for crosstest protos

Updated path for crosstest protos #1965

Workflow file for this run

name: ci
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.20.0
with:
github_token: ${{ github.token }}
- name: cache
uses: actions/cache@v3
with:
path: |
~/.tmp
.tmp
key: ${{ runner.os }}-connect-web-ci-${{ hashFiles('Makefile') }}
restore-keys: |
${{ runner.os }}-connect-web-ci-
- name: make
run: make format build lint test bench checkdiff
- name: browserstack
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
run: make testwebbrowserstack