Fix unit test workflow to work with new structure
This commit is contained in:
@@ -18,5 +18,7 @@ jobs:
|
|||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Test functions module
|
- name: Test functions module
|
||||||
run: go test ./functions -v
|
run: go test ./functions -v
|
||||||
|
working-directory: ./code
|
||||||
- name: Test actual build
|
- name: Test actual build
|
||||||
run: go build
|
run: go build
|
||||||
|
working-directory: ./code
|
||||||
|
|||||||
Reference in New Issue
Block a user