Skip to content

chore: patch version #49

chore: patch version

chore: patch version #49

Workflow file for this run

name: Test
on:
push:
branches-ignore: [main, release/**]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: browser-actions/setup-chrome@latest
- run: bash .ci/build.sh
env:
BUILD_NUMBER: ${{ github.run_number }}
COMMIT_HASH: ${{ github.sha }}
- run: bash .ci/test.sh