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:
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
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user