Skip to content

Commit 01f883f

Browse files
committed
fix: check test directory permissions
1 parent c0cf78f commit 01f883f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@ jobs:
135135
yarn config set npmRegistryServer "https://npm.fluence.dev"
136136
yarn config set npmAlwaysAuth true
137137
yarn config set npmAuthToken $NODE_AUTH_TOKEN
138-
138+
139+
- name: Accept directory permissions
140+
run: sudo chown -R $USER:$USER /home/runner
141+
139142
- run: yarn install
140143

141144
- name: Set deal-ts-clients version

0 commit comments

Comments
 (0)