Skip to content

Commit

Permalink
add stream_integration argument
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Feb 20, 2024
1 parent 6bd5108 commit ef30589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef30589

Please sign in to comment.