Skip to content

Commit

Permalink
Changes on build and release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiollende committed Mar 14, 2024
1 parent 9aa364d commit b3b450b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3b450b

Please sign in to comment.