Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit df055d1

Browse files
committed
chore(): updated pipelines
1 parent 270ec3f commit df055d1

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/gotest.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,11 @@ name: Go Test
33
on:
44
push:
55
branches: [main]
6-
paths:
7-
- "pg_stream/**"
8-
pull_request:
9-
branches: [main]
10-
paths:
11-
- "pg_stream/**"
126

137
jobs:
148
test:
159
name: Run tests
1610
runs-on: ubuntu-latest
17-
defaults:
18-
run:
19-
working-directory: ./pg_stream
2011

2112
steps:
2213
- uses: actions/checkout@v3
@@ -26,8 +17,5 @@ jobs:
2617
with:
2718
go-version: "1.22"
2819

29-
- name: Install dependencies
30-
run: go mod download
31-
3220
- name: Run tests
33-
run: go test -v ./...
21+
run: cd pg_stream && go mod tidy && go test -v ./...

0 commit comments

Comments
 (0)