Skip to content

Bump @sentry/tracing from 7.56.0 to 7.60.1 #931

Bump @sentry/tracing from 7.56.0 to 7.60.1

Bump @sentry/tracing from 7.56.0 to 7.60.1 #931

Workflow file for this run

name: Build Status
on:
pull_request:
push:
env:
MUNIT_FLAKY_OK: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Start mongodb
uses: supercharge/mongodb-github-action@1.8.0
- uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixos-22.11
- name: Run tests
run: |
nix-shell --command "sbt -DSnippetsContainerTest.mongo=true cachedCiTest"