Skip to content

Commit 46ac7bb

Browse files
committed
Update readme for E2E test
1 parent df090d4 commit 46ac7bb

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

test/e2e/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ The Docker setup is primarily useful for building and testing the application, n
6363

6464
The e2e tests must be run on a macOS system:
6565

66-
```bash
67-
./run_tests.sh
68-
```
69-
70-
or
71-
7266
```bash
7367
go run run_tests.go
7468
```
@@ -98,7 +92,7 @@ jobs:
9892
- name: Build
9993
run: go build -o mdefaults ./cmd/mdefaults
10094
- name: Run E2E Tests
101-
run: ./test/e2e/run_tests.sh
95+
run: go run ./test/e2e/run_tests.go
10296
```
10397
10498
This workflow will run the e2e tests on a macOS runner in GitHub Actions.

0 commit comments

Comments
 (0)