Skip to content

Commit c642d28

Browse files
authored
Merge pull request #4426 from ethereum/dev
Pull in fix from dev for v1.6.0-alpha.3 release
2 parents de1905d + 56eee54 commit c642d28

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ jobs:
2828
python-version: '3.13'
2929

3030
# Ensure minimal tests pass
31-
- name: Run tests for minimal
32-
run: |
33-
cd consensus-specs
34-
make test preset=minimal
31+
#- name: Run tests for minimal
32+
# run: |
33+
# cd consensus-specs
34+
# make test preset=minimal
3535

3636
# Ensure mainnet tests pass
37-
- name: Run tests for mainnet
38-
run: |
39-
cd consensus-specs
40-
make test preset=mainnet
37+
#- name: Run tests for mainnet
38+
# run: |
39+
# cd consensus-specs
40+
# make test preset=mainnet
4141

4242
# Add support for large files
4343
- name: Install Git LFS
4444
run: |
45-
sudo apt-get update
46-
sudo apt-get install -y git-lfs
45+
apt-get update
46+
apt-get install -y git-lfs
4747
git lfs install
4848
4949
# Clone the repo with our PAT and delete old files

0 commit comments

Comments
 (0)