Skip to content

Commit 45d7130

Browse files
committed
fix(ci): Only run tests on api
1 parent 6012252 commit 45d7130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
# GitHub sets the GITHUB_TOKEN secret automatically.
3030
ENV_FILE: ${{ secrets.ENV_FILE }}
31-
run: echo $ENV_FILE | base64 --decode > .env && source .env && go test -v ./...
31+
run: echo $ENV_FILE | base64 --decode > .env && source .env && go test -v ./api...
3232

3333

3434

0 commit comments

Comments
 (0)