diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 410b5a8..72fb80c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,9 @@ jobs: - run: npm --prefix gatewayservice ci - run: npm --prefix webapp ci + - run: dotnet build ./wikidata_service/WikidataService.csproj + - run: npm --prefix authservice ci + - run: npm --prefix userservice ci - run: npm --prefix gatewayservice test -- --coverage - run: npm --prefix webapp test -- --coverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f996d69..0d98d5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: deploy: name: Deploy over SSH runs-on: ubuntu-latest - needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp] + needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp, docker-push-wikidata-service] steps: - name: Deploy over SSH uses: fifsky/ssh-action@master