Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jun 28, 2024
1 parent 53009f6 commit 7894b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ inputs:
runs:
using: "composite"
steps:
- shell: bash
run: cp -r /root/. $HOME # Workaround, because $HOME is set to /github/home inside the action run
# - shell: bash
# run: cp -r /root/. $HOME # Workaround, because $HOME is set to /github/home inside the action run
- name: "client"
shell: bash
run: ./scripts/generate-and-test.sh ${{ inputs.language }} latest client
Expand Down

0 comments on commit 7894b87

Please sign in to comment.