Skip to content

Commit d2142fa

Browse files
committed
cleanup
1 parent d2d4692 commit d2142fa

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Taskfile.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,8 @@ tasks:
3636
- go mod tidy
3737
- go test -v ./...
3838

39-
test-sdk-docker:
40-
desc: Run SDK tests in Docker
41-
dir: sdk/tests
42-
cmds:
43-
- docker-compose build
44-
- docker-compose run --rm test-runner
45-
4639
install-sdk-tests:
4740
desc: Install the datastar-sdk-tests command
4841
dir: sdk/tests
4942
cmds:
5043
- go install ./cmd/datastar-sdk-tests
51-
52-
default:
53-
cmds:
54-
- task: site
55-
- ./datastar-website

0 commit comments

Comments
 (0)