Update .github/workflows/test_dht_node.yml

This commit is contained in:
Ulf Gebhardt 2023-06-27 12:15:30 +02:00 committed by GitHub
parent dd1e14d7b1
commit c05c16a9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3
- name: Lint
run: cd database && yarn && cd ../backend && yarn && yarn run lint
run: cd database && yarn && cd ../dht-node && yarn && yarn run lint
unit_test:
name: Unit Tests - DHT Node