Skip to content

Commit

Permalink
ci: Add explanation for npm cache disabling
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Nov 1, 2024
1 parent 96edbff commit f220f9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foundry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
#cache: npm
#cache: npm Disabling this because it causes the workflow to hang and eventually timeout

- name: Create .env file
run: cp local.env .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
#cache: npm
#cache: npm Disabling this because it causes the workflow to hang and eventually timeout

- name: Create .env file
run: cp local.env .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opcode-logger-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
#cache: npm
#cache: npm Disabling this because it causes the workflow to hang and eventually timeout

- name: Create .env file
run: cp local.env .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
#cache: npm
#cache: npm Disabling this because it causes the workflow to hang and eventually timeout

- name: Create .env file
run: cp local.env .env
Expand Down

0 comments on commit f220f9c

Please sign in to comment.