Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 4, 2024
1 parent 584c179 commit 90c43c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-application-server-client.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenAPI Application Server
name: OpenAPI

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ on:

jobs:
generate-api-client:
name: Verify API Specs and Client of the application server (add autocommit-openapi label to PR to auto-commit changes)
name: Verify API Specs and Client of the Application Server (add autocommit-openapi label to PR to auto-commit changes)
runs-on: ubuntu-latest

steps:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/generate-intelligence-service-client.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenAPI Intelligence Service
name: OpenAPI

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ on:

jobs:
generate-api-client:
name: Verify API Specs and Client of the intelligence service (add autocommit-openapi label to PR to auto-commit changes)
name: Verify API Specs and Client of the Intelligence Service (add autocommit-openapi label to PR to auto-commit changes)
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -60,7 +60,8 @@ jobs:
run: poetry install --no-interaction --no-root

- name: Generate API client for the application server
run: npm run generate:api:intelligence-service
working-directory: server/intelligence-service
run: poetry run npm run generate:api:intelligence-service

- name: Check for changes in the API
id: check_changes
Expand Down

0 comments on commit 90c43c6

Please sign in to comment.