Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual committed Feb 1, 2025
1 parent 1b99813 commit 95ac5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: "3.10"
poetry-version: ${{ env.POETRY_VERSION }}
cache-key: release
cache-key: client-generation

- name: Install infinity
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Test Generated Client
working-directory: libs/client_infinity
run: |
./run_tets_with_hook.sh
./run_tests_with_hook.sh
- name: Open a PR
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v7

0 comments on commit 95ac5fb

Please sign in to comment.