Skip to content

chore(deps): bump react-dom from 19.2.0 to 19.2.1 in /webui/react-ui #903

chore(deps): bump react-dom from 19.2.0 to 19.2.1 in /webui/react-ui

chore(deps): bump react-dom from 19.2.0 to 19.2.1 in /webui/react-ui #903

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
concurrency:
group: ci-tests-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '>=1.17.0'
- name: Run tests
run: |
make tests
test-e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '>=1.17.0'
- run: |
make tests-e2e