mirror of
https://github.com/bitwarden/server.git
synced 2025-04-30 01:02:21 -05:00
Change logic for testing
This commit is contained in:
parent
0244cc9201
commit
e78369e70d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
||||
run: dotnet format --verify-no-changes
|
||||
|
||||
testing:
|
||||
if: false
|
||||
name: Testing
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
@ -195,9 +196,9 @@ jobs:
|
||||
build-docker:
|
||||
name: Build Docker images
|
||||
runs-on: ubuntu-22.04
|
||||
needs:
|
||||
- lint
|
||||
- testing
|
||||
# needs:
|
||||
# - lint
|
||||
# - testing
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user