Skip to content

Commit e38808a

Browse files
committed
fix test
1 parent fb2d3c9 commit e38808a

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/update-nitro-chains.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,11 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.event.pull_request.head.sha || 'main' }}
15-
16-
- uses: actions/cache@v4
17-
with:
18-
path: |
19-
**/node_modules
20-
.yarn/cache
21-
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
22-
23-
- name: yarn-install
24-
run: |
25-
yarn install
26-
CHANGES=$(git status -s)
27-
if [[ ! -z $CHANGES ]]; then
28-
echo "Changes found: $CHANGES"
29-
git diff
30-
exit 1
31-
fi
15+
fetch-depth: 0
3216

3317
- name: foundry-install
3418
uses: foundry-rs/foundry-toolchain@v1
3519

36-
- name: configure-git
37-
run: |
38-
git config --global user.name 'github-actions[bot]'
39-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
40-
4120
- name: Determine BASE_SHA
4221
id: determine-base-sha
4322
run: |

0 commit comments

Comments
 (0)