Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@ jobs:
yarn config set npmAuthToken $NODE_AUTH_TOKEN

- name: Accept directory permissions
run: sudo chown -R $USER:$USER $HOME

run: |
sudo chown -R "$(id -u)":"$(id -g)" $HOME
sudo chown -R "$(id -u)":"$(id -g)" $GITHUB_WORKSPACE

- run: yarn install

- name: Set deal-ts-clients version
Expand Down
Loading