Add sample data to woodpecker build

This commit is contained in:
Alessio 2023-08-02 23:32:19 -03:00
parent c5c82a6a94
commit ac3f19b02a

View File

@ -12,6 +12,7 @@ pipeline:
image: offline-twitter/go image: offline-twitter/go
commands: commands:
- mkdir pkg/persistence/test_profiles - mkdir pkg/persistence/test_profiles
- sample_data/init_data.sh
- go test -bench=. -cover ./... - go test -bench=. -cover ./...
integration_test: integration_test: