Skip to content

build(deps): bump react-bootstrap from 2.10.5 to 2.10.6 #61

build(deps): bump react-bootstrap from 2.10.5 to 2.10.6

build(deps): bump react-bootstrap from 2.10.5 to 2.10.6 #61

Workflow file for this run

name: PR
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types: [opened, reopened]
jobs:
test:
name: test
timeout-minutes: 5
permissions:
contents: read
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.2
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/deps
name: Install
- uses: ./.github/actions/test
name: Test
- uses: ./.github/actions/playwright
name: Test e2e