Skip to content

npm: bump qunit from 2.20.1 to 2.22.0 in /ui #2495

npm: bump qunit from 2.20.1 to 2.22.0 in /ui

npm: bump qunit from 2.20.1 to 2.22.0 in /ui #2495

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: make test-integration GOTEST_FLAGS="-v -count=1"