Skip to content

Commit

Permalink
remove removed flag --placement
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 7, 2023
1 parent 98851a4 commit ed3c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-v $PWD/:/rdk \
--env GOFLAGS="-tags=no_tflite,no_pigpio -buildvcs=false" \
ghcr.io/viamrobotics/viam-server:armv7 \
sh -c "go version && go list -json ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test\" --fail-empty --placement etc/splitter-placement.json"
sh -c "go version && go list -json ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test\" --fail-empty"
build:
needs: [test, lint]
runs-on: buildjet-4vcpu-ubuntu-2204-arm
Expand Down

0 comments on commit ed3c302

Please sign in to comment.