File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
build_samples_job :
11
11
name : Build all samples within the project
12
- runs-on :
13
- - runs-on=${{ github.run_id }}
14
- - runner=64cpu-linux-x64
12
+ runs-on : ubuntu-22.04
15
13
# Keep aligned with target NCS version
16
14
container : ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.9.1
17
15
defaults :
45
43
- name : Build samples
46
44
working-directory : nrf-bm
47
45
run : |
48
- west twister -T samples --build-only -v --inline-logs --integration
46
+ west twister -T samples/bluetooth/ble_hrs --build-only -v --inline-logs --integration
49
47
50
48
- name : upload-logs
51
49
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
twister_job :
11
11
name : Run Twister patch series (PR)
12
- runs-on :
13
- - runs-on=${{ github.run_id }}
14
- - runner=4cpu-linux-x64
12
+ runs-on : ubuntu-22.04
15
13
# Keep aligned with target NCS version
16
14
container : ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.9.1
17
15
defaults :
You can’t perform that action at this time.
0 commit comments