Run the integration tests on release branches

This commit is contained in:
Alessio 2023-08-22 20:24:59 -03:00
parent b47cfc9f78
commit 111de20734

View File

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