Skip to content

build(deps): bump nanoid from 3.3.6 to 3.3.8 in /internal/web/ui #3694

build(deps): bump nanoid from 3.3.6 to 3.3.8 in /internal/web/ui

build(deps): bump nanoid from 3.3.6 to 3.3.8 in /internal/web/ui #3694

name: Integration Tests
on:
# Run tests on main just so the module and build cache can be saved and used
# in PRs. This speeds up the time it takes to test PRs dramatically.
# (More information on https://docs.github.com/en/[email protected]/actions/using-workflows/caching-dependencies-to-speed-up-workflows)
push:
branches:
- main
pull_request:
jobs:
run_tests:
runs-on: github-hosted-ubuntu-x64-large
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Set OTEL Exporter Endpoint
run: echo "OTEL_EXPORTER_ENDPOINT=172.17.0.1:4318" >> $GITHUB_ENV
- name: Run tests
run: make integration-test