You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LOCAL_DEVELOPMENT_SETUP.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ The trickiest part of this is to ensure the test or app container can connect to
218
218
So, in order to run the tests in a Linux container run:
219
219
220
220
```
221
-
docker run --rm -v "$PWD":/host -w /host --add-host=host.docker.internal:host-gateway registry.gitlab.com/finestructure/spi-base:1.0.1 swift test
221
+
docker run --rm -v "$PWD":/host -w /host --add-host=host.docker.internal:host-gateway registry.gitlab.com/finestructure/spi-base:1.0.2 swift test
222
222
```
223
223
224
224
Make sure you use the most recent `spi-base` image. You can find the latest image name in the `test-docker` target, which also provides a convenient way to run all all tests in a docker container.
print("::error file=\(filePath),line=\(lineNumber),title=\(testName)::Direct comparison of updatedAt is working again, replace comparison with the Task.sleep delay.")
print("::error file=\(filePath),line=\(lineNumber),title=\(testName)::Direct comparison of recentPackages is working again, replace by-property comparison with the Task.sleep delay.")
0 commit comments