mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
ci: add PULSE_DATA_DIR to build-and-test.yml for Go unit tests
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
||||
cache: true
|
||||
|
||||
- name: Go unit tests
|
||||
env:
|
||||
PULSE_DATA_DIR: /tmp/pulse-test-data
|
||||
run: go test ./...
|
||||
|
||||
- name: Build Pulse backend
|
||||
|
||||
Reference in New Issue
Block a user