Skip to content

Commit 09a420b

Browse files
committed
update github actions
1 parent 2ccfd01 commit 09a420b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/validation-lambdalabs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
# Allow manual triggering
99
pull_request:
1010
paths:
11-
- 'internal/lambdalabs/**'
11+
- 'lambdalabs/**'
1212
- 'internal/validation/**'
13-
- 'pkg/v1/**'
13+
- '**/*.go'
1414
branches: [ main ]
1515

1616
jobs:
@@ -47,7 +47,7 @@ jobs:
4747
TEST_PUBLIC_KEY_BASE64: ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
4848
VALIDATION_TEST: true
4949
run: |
50-
cd internal/lambdalabs
50+
cd lambdalabs
5151
go test -v -short=false -timeout=30m ./...
5252
5353
- name: Upload test results
@@ -56,4 +56,4 @@ jobs:
5656
with:
5757
name: lambdalabs-validation-results
5858
path: |
59-
internal/lambdalabs/coverage.out
59+
lambdalabs/coverage.out

.github/workflows/validation-shadeform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
# Allow manual triggering
99
pull_request:
1010
paths:
11-
- 'internal/shadeform/**'
11+
- 'shadeform/**'
1212
- 'internal/validation/**'
13-
- 'pkg/v1/**'
13+
- '**/*.go'
1414
branches: [ main ]
1515

1616
jobs:
@@ -47,7 +47,7 @@ jobs:
4747
TEST_PUBLIC_KEY_BASE64: ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
4848
VALIDATION_TEST: true
4949
run: |
50-
cd internal/shadeform
50+
cd shadeform
5151
go test -v -short=false -timeout=30m ./...
5252
5353
- name: Upload test results
@@ -56,4 +56,4 @@ jobs:
5656
with:
5757
name: shadeform-validation-results
5858
path: |
59-
internal/shadeform/coverage.out
59+
shadeform/coverage.out

0 commit comments

Comments
 (0)