Remove node test, node-sdk has these tests

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
Djordje Lukic 2020-06-15 10:06:56 +02:00
parent bc1b2b778a
commit f0efaf7a79
10 changed files with 0 additions and 2396 deletions

View file

@ -51,15 +51,6 @@ jobs:
- name: Build
run: make -f builder.Makefile cli
- name: Install Protoc
uses: arduino/setup-protoc@master
with:
version: "3.9.1"
- uses: actions/setup-node@v1
with:
node-version: "10.x"
- name: E2E Test
run: make e2e-local