Skip to content

Commit 6c451f3

Browse files
committed
again...
1 parent 1a77ac6 commit 6c451f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v3.0-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Run uname
173173
run: uname -a
174174
- name: Run tests on s390x
175-
run: docker run -it multiarch/ubuntu-core:s390x-focal bash -c "apt update && apt install -y gcc g++ make git && git clone https://github.com/jacajack/liblightmodbus.git && cd liblightmodbus && git checkout ${{ github.head_ref || github.ref_name }} && make -C test && ./test/main-test"
175+
run: docker run multiarch/ubuntu-core:s390x-focal bash -c "apt update && apt install -y gcc g++ make git && git clone https://github.com/jacajack/liblightmodbus.git && cd liblightmodbus && git checkout ${{ github.head_ref || github.ref_name }} && make -C test && ./test/main-test"
176176

177177
docs-build:
178178
name: "Build & deploy docs"

0 commit comments

Comments
 (0)