Skip to content

test(global.nats): chan replaces time.sleep to reduce test time #122

test(global.nats): chan replaces time.sleep to reduce test time

test(global.nats): chan replaces time.sleep to reduce test time #122

Workflow file for this run

name: Develop CI
on:
workflow_dispatch:
push:
branches: [ "develop" ]
jobs:
test-and-update-docs:
uses: ./.github/workflows/common-test-and-update-docs.yml
with:
ref: ${{ github.ref }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
push-image:
needs: test-and-update-docs
uses: ./.github/workflows/common-push-image.yml
with:
tag: ${{ github.ref_name }}
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}