Skip to content

Commit 4461302

Browse files
committed
Correcting deno tests.
1 parent 1cd98ee commit 4461302

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- run: sudo apt update && sudo apt install docker-compose -y
3434
- run: cp .circleci/.env_8.4.ci .env
3535
- run: make image
36+
- run: docker network create phpwasm_default
3637
- run: make test
3738

3839
test-8-3-static:
@@ -46,6 +47,7 @@ jobs:
4647
- run: sudo apt update && sudo apt install docker-compose -y
4748
- run: cp .circleci/.env_8.3.ci .env
4849
- run: make image
50+
- run: docker network create phpwasm_default
4951
- run: make test
5052

5153
test-8-2-static:
@@ -59,6 +61,7 @@ jobs:
5961
- run: sudo apt update && sudo apt install docker-compose -y
6062
- run: cp .circleci/.env_8.2.ci .env
6163
- run: make image
64+
- run: docker network create phpwasm_default
6265
- run: make test PHP_VERSION=8.2
6366

6467
test-8-1-static:
@@ -72,6 +75,7 @@ jobs:
7275
- run: sudo apt update && sudo apt install docker-compose -y
7376
- run: cp .circleci/.env_8.1.ci .env
7477
- run: make image
78+
- run: docker network create phpwasm_default
7579
- run: make test PHP_VERSION=8.1
7680

7781
test-8-0-static:
@@ -85,6 +89,7 @@ jobs:
8589
- run: sudo apt update && sudo apt install docker-compose -y
8690
- run: cp .circleci/.env_8.0.ci .env
8791
- run: make image
92+
- run: docker network create phpwasm_default
8893
- run: make test PHP_VERSION=8.0
8994

9095

@@ -99,6 +104,7 @@ jobs:
99104
- run: sudo apt update && sudo apt install docker-compose -y
100105
- run: cp .circleci/.env_8.4-dynamic.ci .env
101106
- run: make image
107+
- run: docker network create phpwasm_default
102108
- run: make test
103109

104110
test-8-3-dynamic:
@@ -112,6 +118,7 @@ jobs:
112118
- run: sudo apt update && sudo apt install docker-compose -y
113119
- run: cp .circleci/.env_8.3-dynamic.ci .env
114120
- run: make image
121+
- run: docker network create phpwasm_default
115122
- run: make test
116123

117124
test-8-2-dynamic:
@@ -125,6 +132,7 @@ jobs:
125132
- run: sudo apt update && sudo apt install docker-compose -y
126133
- run: cp .circleci/.env_8.2-dynamic.ci .env
127134
- run: make image
135+
- run: docker network create phpwasm_default
128136
- run: make test PHP_VERSION=8.2
129137

130138
test-8-1-dynamic:
@@ -138,6 +146,7 @@ jobs:
138146
- run: sudo apt update && sudo apt install docker-compose -y
139147
- run: cp .circleci/.env_8.1-dynamic.ci .env
140148
- run: make image
149+
- run: docker network create phpwasm_default
141150
- run: make test PHP_VERSION=8.1
142151

143152
test-8-0-dynamic:
@@ -151,6 +160,7 @@ jobs:
151160
- run: sudo apt update && sudo apt install docker-compose -y
152161
- run: cp .circleci/.env_8.0-dynamic.ci .env
153162
- run: make image
163+
- run: docker network create phpwasm_default
154164
- run: make test PHP_VERSION=8.0
155165

156166

@@ -165,6 +175,7 @@ jobs:
165175
- run: sudo apt update && sudo apt install docker-compose -y
166176
- run: cp .circleci/.env_8.4-shared.ci .env
167177
- run: make image
178+
- run: docker network create phpwasm_default
168179
- run: make test
169180

170181
test-8-3-shared:
@@ -178,6 +189,7 @@ jobs:
178189
- run: sudo apt update && sudo apt install docker-compose -y
179190
- run: cp .circleci/.env_8.3-shared.ci .env
180191
- run: make image
192+
- run: docker network create phpwasm_default
181193
- run: make test
182194

183195
test-8-2-shared:
@@ -191,6 +203,7 @@ jobs:
191203
- run: sudo apt update && sudo apt install docker-compose -y
192204
- run: cp .circleci/.env_8.2-shared.ci .env
193205
- run: make image
206+
- run: docker network create phpwasm_default
194207
- run: make test PHP_VERSION=8.2
195208

196209
test-8-1-shared:
@@ -204,6 +217,7 @@ jobs:
204217
- run: sudo apt update && sudo apt install docker-compose -y
205218
- run: cp .circleci/.env_8.1-shared.ci .env
206219
- run: make image
220+
- run: docker network create phpwasm_default
207221
- run: make test PHP_VERSION=8.1
208222

209223
test-8-0-shared:
@@ -217,4 +231,5 @@ jobs:
217231
- run: sudo apt update && sudo apt install docker-compose -y
218232
- run: cp .circleci/.env_8.0-shared.ci .env
219233
- run: make image
234+
- run: docker network create phpwasm_default
220235
- run: make test PHP_VERSION=8.0

0 commit comments

Comments
 (0)