Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 committed Aug 22, 2024
1 parent 2eff89e commit a96bdfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/selfserve-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
with:
repository: 'ExpediaGroup/expediagroup-java-sdk'
path: sdk-repo
ref: 'nanssari/rapid_links'

- name: Download Specs
uses: actions/download-artifact@v4
with:
name: ${{ inputs.specs_key }}

- name: Build generator post-processor
run: |
pwd
ls -lR
working-directory: sdk-repo/generator/openapi/src/main/resources/post-processor
run: npm ci && npm run clean && npm run build

- name: Set up JDK 21
uses: actions/setup-java@v4
Expand Down

0 comments on commit a96bdfe

Please sign in to comment.