Skip to content

Commit 9bd868f

Browse files
committed
Can it work in this order (native tests first)?
1 parent 16f833c commit 9bd868f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- run: sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
1212
- name: Check out repository
1313
uses: actions/checkout@v4
14-
- run: make prepare
1514
- run: cd test_native && make && ./test && cd -
15+
- run: make prepare
1616
- run: make build DEVICE=${{ matrix.device }}
1717
- name: Upload artifacts
1818
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)