1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-30 09:12:24 -05:00

Change logic for testing

This commit is contained in:
Vince Grassia 2023-11-09 12:35:55 -05:00
parent 0244cc9201
commit e78369e70d
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -43,6 +43,7 @@ jobs:
run: dotnet format --verify-no-changes run: dotnet format --verify-no-changes
testing: testing:
if: false
name: Testing name: Testing
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
env: env:
@ -195,9 +196,9 @@ jobs:
build-docker: build-docker:
name: Build Docker images name: Build Docker images
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
needs: # needs:
- lint # - lint
- testing # - testing
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: