Skip to content

fix(ci): upgrade GitHub Actions from v3 to v4 to fix hanging CI (#639) #331

fix(ci): upgrade GitHub Actions from v3 to v4 to fix hanging CI (#639)

fix(ci): upgrade GitHub Actions from v3 to v4 to fix hanging CI (#639) #331

Workflow file for this run

name: Browser Test
on:
push:
branches:
- 'main'
pull_request:
jobs:
browser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Test
env:
STREAM_APP_ID: ${{ secrets.STREAM_APP_ID }}
STREAM_API_KEY: ${{ secrets.STREAM_API_KEY }}
STREAM_API_SECRET: ${{ secrets.STREAM_API_SECRET }}
run: yarn run test-browser