Skip to content

Commit

Permalink
Tools: Print list of downloaded artifacts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKoestler committed Oct 29, 2024
1 parent 77f458a commit 3caa998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: specification
- name: Display structure of downloaded files
run: ls -R
- run: docker run -v $GITHUB_WORKSPACE:/workspace -w /workspace openapitools/openapi-generator-cli:${{ matrix.openapi-version }} validate --input-spec ./specification/hcloud.json

0 comments on commit 3caa998

Please sign in to comment.