Skip to content

Commit b47a95c

Browse files
committed
fixup! Add local tests to build system and CI
1 parent 6eef93e commit b47a95c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123
- name: Download required build artifact
124-
run: curl -LO $BUILD_URL/disk-ufs.img.gz
124+
run: |
125+
echo "::add-mask::$ACTIONS_RUNTIME_TOKEN"
126+
curl -sSfLOH "Authentication: Bearer $ACTIONS_RUNTIME_TOKEN" $BUILD_URL/disk-ufs.img.gz
125127
- name: Decompress required build artifact
126128
run: gzip -d disk-ufs.img.gz
127129
- name: Invoke test runner

0 commit comments

Comments
 (0)