Skip to content

Commit 39150f6

Browse files
authored
ci: fix test invocation command (#4309)
1 parent 6e4c086 commit 39150f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
go-version: 1.22
6060
- name: Run Acceptance Tests
61-
run: go test -v ./internal/namespaces/${{ matrix.products }} -timeout=4h
61+
run: go test -v ./internal/namespaces/${{ matrix.products }}/... -timeout=4h
6262
env:
6363
CLI_UPDATE_CASSETTES: true
6464
SCW_DEBUG: 1

0 commit comments

Comments
 (0)