Update CONTRIBUTING.md

This commit is contained in:
Boshi Lian 2023-01-10 01:14:02 -08:00 committed by GitHub
parent ecdbfb166d
commit 03b6035860

View file

@ -37,7 +37,13 @@ more settings: <https://github.com/linuxserver/docker-openssh-server>
### Make some direct changes to source code
after you have done, in e2e folder run:
after you have done, attach to testrunner container:
```
docker exec -ti e2e_testrunner_1 bash
```
then run test in `/src/e2e`
```
go test