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

Commit e39a9f7

Browse files
committed
Revert "fix: check test directory permissions (#1124)"
This reverts commit 73b8dc8.
1 parent ebee89c commit e39a9f7

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

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

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

109
runs:
1110
using: "node20"

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ 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-
139-
- name: Accept directory permissions
140-
run: sudo chown -R $USER:$USER $HOME
141-
138+
142139
- run: yarn install
143140

144141
- name: Set deal-ts-clients version

0 commit comments

Comments
 (0)