Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 73b8dc8

Browse files
authored
fix: check test directory permissions (#1124)
* fix: check test directory permissions * fix: update directory permissions in test workflow * fix: version
1 parent c0cf78f commit 73b8dc8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/actions/replace-version/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: |
44
55
inputs:
66
versions:
7-
type: string
7+
description: "Versions JSON string"
8+
required: true
89

910
runs:
1011
using: "node20"

.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
141+
139142
- run: yarn install
140143

141144
- name: Set deal-ts-clients version

0 commit comments

Comments
 (0)