From ef30589246f579b4b9075bef9b56b682664cc4ef Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 20 Feb 2024 09:07:01 +0100 Subject: [PATCH] add stream_integration argument --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e75d3a68..e6025ad8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,14 +65,14 @@ jobs: cd $USRLIBS source scripts/start_services.sh --kafka-version ${KAFKA_VERSION} --hbase-version ${HBASE_VERSION} cd $FINK_HOME - fink_test -c conf/fink.conf.dev --unit-tests --db-integration + fink_test -c conf/fink.conf.dev --unit-tests --db-integration --stream-integration - name: Run test suites [prod] if: matrix.container == 'julienpeloton/fink-ci:prod' run: | cd $USRLIBS source scripts/start_services.sh --kafka-version ${KAFKA_VERSION} --hbase-version ${HBASE_VERSION} cd $FINK_HOME - fink_test -c conf/fink.conf.prod --unit-tests --db-integration + fink_test -c conf/fink.conf.prod --unit-tests --db-integration --stream-integration curl -s https://codecov.io/bash | bash - uses: act10ns/slack@v1 with: