diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0b6ae15..ef6ba64 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -43,8 +43,6 @@ jobs: - run: npm install # start test container - run: npm run coh-up - # compile grpc stubs - - run: npm run grpc # give the container time to bootstrap - run: npm run wait # run the tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f10669c..62f51bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,8 +38,6 @@ jobs: - run: npm install # start test container - run: npm run coh-up - # compile grpc stubs - - run: npm run grpc # give the container time to bootstrap - run: npm run wait # run the tests diff --git a/DEVELOPING.md b/DEVELOPING.md index d1d3960..b0e574a 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -1,5 +1,5 @@