Skip to content

Commit c1aeb65

Browse files
committed
fix workflows
1 parent e8bc5e1 commit c1aeb65

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
cmds/proxy_server/server -v
4040
elif [ ${{ matrix.dir }} == 'grid-cli' ]; then
4141
bin/tfcmd version
42+
elif [ ${{ matrix.dir }} == 'node-registrar' ]; then
43+
bin/server -v
4244
else
4345
bin/${{ matrix.dir }} version
4446
fi

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
NETWORK: dev
2626
run: cd ${{ matrix.dir }} && go test -v `go list ./... | grep -v integration_tests`
2727

28-
- name: Test grid-proxy
29-
run: cd grid-proxy && go test -v ./pkg/client
30-
3128
strategy:
3229
fail-fast: false
3330
matrix:

0 commit comments

Comments
 (0)