Skip to content

Commit

Permalink
some more CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Jan 17, 2024
1 parent 7f6d232 commit 201890d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
MITOL_UE_HOSTNAME: "ue.odl.local"
MITOL_UE_JWT_SECRET: ""
MITOL_UE_USE_S3: "False"
MITOL_UE_DB_DISABLE_SSL: "True"

- name: Upload coverage to CodeCov
uses: codecov/[email protected]
Expand Down Expand Up @@ -100,8 +101,6 @@ jobs:
--output $GENERATOR_OUTPUT_DIR_CI \
--ignore-file-override $GENERATOR_IGNORE_FILE \
-c scripts/openapi-configs/typescript-axios.yaml
- name: Format freshly generated client
run: npx prettier $GENERATOR_OUTPUT_DIR_CI/**/*.ts --no-semi --write
- name: Check VC client is up-to-date
run: |
diff $GENERATOR_OUTPUT_DIR_CI $GENERATOR_OUTPUT_DIR_VC \
Expand Down

0 comments on commit 201890d

Please sign in to comment.