From 991770ea67c4768e818736e10fa3695dea093d20 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 14 Jun 2023 12:32:52 +0200 Subject: [PATCH] fix workflow, sinc elinting is now dependent on the node_modules in the database --- .github/workflows/test_dht_node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_dht_node.yml b/.github/workflows/test_dht_node.yml index b63d1fc0d..953f66ffc 100644 --- a/.github/workflows/test_dht_node.yml +++ b/.github/workflows/test_dht_node.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v3 - name: Lint - run: cd dht-node && yarn && yarn run lint + run: cd database && yarn && cd ../backend && yarn && yarn run lint unit_test: name: Unit Tests - DHT Node