diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9e809153a..1b5355343 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,7 +42,7 @@ jobs: run: docker-compose up -d - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test --no-restore --verbosity normal --environment Sentry__Dsn="" - name: Lint Dockerfile uses: brpaz/hadolint-action@master