Run the integration tests manually

This commit is contained in:
Alessio 2023-08-22 20:31:06 -03:00
parent 111de20734
commit d79433e323

View File

@ -19,9 +19,9 @@ pipeline:
image: offline-twitter/go image: offline-twitter/go
secrets: secrets:
- offline_twatter_passwd - offline_twatter_passwd
when: # At least one # when: # At least one
path: pkg/scraper/** # path: pkg/scraper/**
branch: release-* # branch: release-*
commands: commands:
- cd cmd - cd cmd
- ./tests.sh - ./tests.sh