fix test_dht_node.yml

This commit is contained in:
mahula 2023-05-02 14:41:53 +02:00 committed by GitHub
parent b7d01589ff
commit b9527ae3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ jobs:
- name: Lint
run: cd dht-node && yarn && yarn run lint
unit_test:
unit_test:
name: Unit Tests - DHT Node
if: needs.files-changed.outputs.dht_node == 'true' || needs.files-changed.outputs.docker-compose == 'true'
needs: [files-changed, build]