diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21620c34ae..6649aff394 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repo - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Install cloc run: | @@ -83,7 +83,7 @@ jobs: build-artifacts: name: Build artifacts runs-on: ubuntu-20.04 - needs: + needs: - testing - lint strategy: @@ -114,6 +114,9 @@ jobs: - service_name: Sso base_path: ./bitwarden_license/src node: true + - service_name: Scim + base_path: ./bitwarden_license/src + dotnet: true steps: - name: Checkout repo uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 @@ -230,6 +233,10 @@ jobs: base_path: ./bitwarden_license/src docker_repos: [bitwarden, bitwardenqa.azurecr.io] dotnet: true + - service_name: Scim + base_path: ./bitwarden_license/src + docker_repos: [bitwardenqa.azurecr.io] + dotnet: true steps: - name: Checkout repo uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846