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
secrets:
- offline_twatter_passwd
when:
when: # At least one
path: pkg/scraper/**
branch: release-*
commands:
- cd cmd
- ./tests.sh