This commit is contained in:
Florin Barbu 2024-06-03 21:10:21 +03:00
parent 861df91994
commit b78beb2aa6
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095
1 changed files with 4 additions and 3 deletions

View File

@ -48,6 +48,9 @@ jobs:
run: |
cd status-go/cmd/status-cli
go build
ls
cp status-cli ../../../status-cli
# - name: Install Nix package manager
# run: sh <(curl -L https://nixos.org/nix/install) --no-daemon
@ -60,9 +63,7 @@ jobs:
# nix-shell --pure --run 'make status-cli'
- name: Copy status-cli binary to test repo root
run: |
ls status-go/build/bin/
cp status-go/build/bin/status-cli .
run: cp status-go/cmd/status-cli/status-cli .
- name: Run tests
run: |