Skip to content

Commit f187c16

Browse files
Re-enable macos CI tests (#5103)
1 parent b655e30 commit f187c16

17 files changed

+3
-38
lines changed

.github/workflows/hardhat-chai-matchers-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-chai-matchers on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-core-ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
node: [18.15]
74-
# disable until actions/virtual-environments#4896 is fixed
75-
# os: ["macos-latest", "ubuntu-latest", "windows-latest"]
76-
os: ["ubuntu-latest", "windows-latest"]
74+
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
7775
steps:
7876
- uses: actions/checkout@v3
7977

@@ -113,6 +111,7 @@ jobs:
113111
ALCHEMY_URL: ${{ secrets.ALCHEMY_URL }}
114112
DO_NOT_SET_THIS_ENV_VAR____IS_HARDHAT_CI: true
115113
FORCE_COLOR: 3
114+
NODE_OPTIONS: --max-old-space-size=4096
116115
run: pnpm test:except-provider
117116

118117
test-provider:
@@ -123,9 +122,7 @@ jobs:
123122
fail-fast: false
124123
matrix:
125124
node: [18.15]
126-
# disable until actions/virtual-environments#4896 is fixed
127-
# os: ["macos-latest", "ubuntu-latest", "windows-latest"]
128-
os: ["ubuntu-latest", "windows-latest"]
125+
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
129126
steps:
130127
- uses: actions/checkout@v3
131128

.github/workflows/hardhat-ethers-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-ethers on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-foundry-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-foundry on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-ledger-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
test_on_macos:
5151
name: Test hardhat-ledger on MacOS with Node 18
5252
runs-on: macos-latest
53-
# disable until actions/virtual-environments#4896 is fixed
54-
if: ${{ false }}
5553
steps:
5654
- uses: actions/checkout@v2
5755
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-network-helpers-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
test_on_macos:
5252
name: Test hardhat-network-helpers on MacOS with Node 18
5353
runs-on: macos-latest
54-
# disable until actions/virtual-environments#4896 is fixed
55-
if: ${{ false }}
5654
steps:
5755
- uses: actions/checkout@v2
5856
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-shorthand-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-shorthand on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-solhint-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-solhint on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-solpp-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
test_on_macos:
3131
name: Test hardhat-solpp on MacOS with Node 18
3232
runs-on: macos-latest
33-
# disable until actions/virtual-environments#4896 is fixed
34-
if: ${{ false }}
3533
steps:
3634
- uses: actions/checkout@v2
3735
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-toolbox-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
test_on_macos:
5858
name: Test hardhat-toolbox on MacOS with Node 18
5959
runs-on: macos-latest
60-
# disable until actions/virtual-environments#4896 is fixed
61-
if: ${{ false }}
6260
steps:
6361
- uses: actions/checkout@v2
6462
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-truffle4-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
test_on_macos:
5252
name: Test hardhat-truffle4 on MacOS with Node 18
5353
runs-on: macos-latest
54-
# disable until actions/virtual-environments#4896 is fixed
55-
if: ${{ false }}
5654
steps:
5755
- uses: actions/checkout@v2
5856
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-truffle5-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
test_on_macos:
5252
name: Test hardhat-truffle5 on MacOS with Node 18
5353
runs-on: macos-latest
54-
# disable until actions/virtual-environments#4896 is fixed
55-
if: ${{ false }}
5654
steps:
5755
- uses: actions/checkout@v2
5856
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-verify-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-verify on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-viem-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-viem on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-web3-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-web3 on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-web3-legacy-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-web3-legacy on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

.github/workflows/hardhat-web3-v4-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test_on_macos:
5050
name: Test hardhat-web3-v4 on MacOS with Node 18
5151
runs-on: macos-latest
52-
# disable until actions/virtual-environments#4896 is fixed
53-
if: ${{ false }}
5452
steps:
5553
- uses: actions/checkout@v2
5654
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)