Skip to content

Commit

Permalink
link to workflows
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Mar 4, 2024
1 parent fdc67ee commit aa05b56
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions website/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,30 +132,4 @@ Code snippets are imported from the tests using [`docusaurus-theme-github-codebl

## Running the system

1. Clone this repo
2. Build the Ginkgo container

```bash
cd ci
docker build -f ginkgo.Dockerfile -t ginkgo .
```

3. Start StarRocks

```bash
docker compose --profile starrocks up --detach --wait --wait-timeout 60
```

4. Run the tests

```bash
docker compose run test-harness
```

## Add a new test

To test the basic [quickstart](https://docs.starrocks.io/docs/quick_start/shared-nothing/)

```bash
ginkgo generate quickstart_basic
```
See the [`.github/workflows`](https://github.com/DanRoscigno/SingleSourceCodeTestingAndDocs/tree/main/.github/workflows) folder.

0 comments on commit aa05b56

Please sign in to comment.