Skip to content

Commit a1f90d0

Browse files
committed
chore: wrong path in workflow
1 parent 27a7757 commit a1f90d0

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
@@ -44,4 +44,4 @@ jobs:
4444
- name: Download Dependencies
4545
run: go mod download
4646
- name: Run SDK Tests
47-
run: go test -v -race -coverprofile=coverage.out ./armis/... | tee sdk-test.log
47+
run: go test -v -race -coverprofile=coverage.out ./forwardemail/...

0 commit comments

Comments
 (0)