Skip to content

Commit

Permalink
feat: update code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Aug 30, 2024
1 parent 4913136 commit 7f4eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To run tests, you need to start Docker Compose stack, and then run PHPUnit:
```bash
docker compose up -d
# Wait for ~5 seconds for executor to start
docker run --rm -v $PWD:/app --network runtimes-1 -w /app phpswoole/swoole:5.1.2-php8.3-alpine sh -c \ "composer test"
docker run --rm -v $PWD:/app --network openruntimes-runtimes -w /app phpswoole/swoole:5.1.2-php8.3-alpine sh -c \ "composer test"
```

To run linter, you need to run Pint:
Expand Down

0 comments on commit 7f4eb5d

Please sign in to comment.