Skip to content

Commit 4765327

Browse files
authored
ci(nightly): fix test path (scaleway#2650)
1 parent 7aefa3e commit 4765327

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: 1.23.0
2828
- name: Run Acceptance Tests
29-
run: go test -v ./internal/services/${{ matrix.products }} -timeout=4h
29+
run: go test -v ./api/${{ matrix.products }} -timeout=4h
3030
env:
3131
SDK_UPDATE_CASSETTES: true
3232
SCW_DEBUG: 1

0 commit comments

Comments
 (0)