Skip to content

Commit d330683

Browse files
committed
1 try
. msg Signed-off-by: Dhruva Gole <[email protected]>
1 parent 39495d5 commit d330683

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build test
22

33
on: [push, pull_request]
44

@@ -8,11 +8,16 @@ jobs:
88
container: zephyrprojectrtos/ci:latest
99
env:
1010
CMAKE_PREFIX_PATH: /opt/toolchains
11+
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
12+
BASE_REF: ${{ github.base_ref }}
1113
steps:
1214
- name: Checkout
13-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1416
with:
15-
path: Arduino-Zephyr-API
17+
ref: ${{ github.event.pull_request.head.sha }}
18+
fetch-depth: 0
19+
persist-credentials: false
20+
path: modules/lib/Arduino-Zephyr-API
1621

1722
- name: Initialize
1823
working-directory: Arduino-Zephyr-API

0 commit comments

Comments
 (0)