Remove condition for integration test for gitea build
Some checks failed
Build / build-docker (push) Successful in 9s
Build / test (push) Failing after 52s
Build / build-apt (push) Has been skipped

This commit is contained in:
Alessio 2025-02-21 14:13:17 -08:00
parent 3a677c11dd
commit 0da39dcfe3

View File

@ -45,14 +45,14 @@ jobs:
env: env:
# This could be anything, it's just a temp file # This could be anything, it's just a temp file
SESSION_FILE_PATH: /tmp/Offline_Twatter.session SESSION_FILE_PATH: /tmp/Offline_Twatter.session
if: | # if: |
contains(join(github.event.head_commit.modified, ','), 'cmd/') || # contains(join(github.event.head_commit.modified, ','), 'cmd/') ||
contains(join(github.event.head_commit.added, ','), 'cmd/') || # contains(join(github.event.head_commit.added, ','), 'cmd/') ||
contains(join(github.event.head_commit.removed, ','), 'cmd/') # contains(join(github.event.head_commit.removed, ','), 'cmd/')
contains(join(github.event.head_commit.modified, ','), 'pkg/scraper/') || # contains(join(github.event.head_commit.modified, ','), 'pkg/scraper/') ||
contains(join(github.event.head_commit.added, ','), 'pkg/scraper/') || # contains(join(github.event.head_commit.added, ','), 'pkg/scraper/') ||
contains(join(github.event.head_commit.removed, ','), 'pkg/scraper/') || # contains(join(github.event.head_commit.removed, ','), 'pkg/scraper/') ||
startsWith(github.ref, 'refs/tags/v') # startsWith(github.ref, 'refs/tags/v')
# Write the session file contents to a temp location so it can be used in the tests # Write the session file contents to a temp location so it can be used in the tests
run: | run: |
cd cmd cd cmd