Skip to content

Commit

Permalink
not clear to me why but github gave me an error when actions were mis…
Browse files Browse the repository at this point in the history
…sing shell
  • Loading branch information
pgm committed Jan 9, 2025
1 parent 78130e4 commit de0ee25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/prepare-breadbox-client/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ runs:
run: |
poetry install
poetry run ./bb export-api-spec ../breadbox-client/latest-breadbox-api.json
shell: bash

- name: "Create client from spec"
working-directory: "./breadbox-client-generator"
run: |
poetry install
poetry run ./generate.sh
shell: bash

- name: "peek at poetry cachedir"
run: "ls -l ${{ steps.poetry-cachedir.outputs.POETRY_CACHEDIR }}/*"
shell: bash
1 change: 1 addition & 0 deletions .github/actions/prepare-breadbox/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ runs:

- name: "peek at poetry cachedir (for debugging)"
run: "ls -l ${{ steps.poetry-cachedir.outputs.POETRY_CACHEDIR }}/* || true"
shell: bash

0 comments on commit de0ee25

Please sign in to comment.