Fix path to test profiles directory

This commit is contained in:
Alessio 2023-07-30 14:27:35 -03:00
parent a061decd0f
commit f20f7f3b79

View File

@ -11,7 +11,7 @@ pipeline:
test: test:
image: offline-twitter/go image: offline-twitter/go
commands: commands:
- mkdir persistence/test_profiles - mkdir pkg/persistence/test_profiles
- go test -bench=. -cover ./... - go test -bench=. -cover ./...
integration_test: integration_test: