diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4b7b10d..349788e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,5 +28,8 @@ jobs: - name: Check lint run: make lint + - name: build wampproto-cli + run: make build-wampproto + - name: Run tests run: make tests diff --git a/Makefile b/Makefile index b4c531c..886569f 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,7 @@ format: tests: dart test + +build-wampproto: + git clone https://github.com/xconnio/wampproto-cli.git + cd wampproto-cli/ && make build && sudo cp ./wampproto /usr/local/bin/