Skip to content

Commit 6eef93e

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ jobs:
115115

116116
steps:
117117
- name: Install dependencies
118-
run: sudo apt-get update && sudo apt-get -y install make python3-pexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
118+
run: sudo apt-get update && sudo apt-get -y install curl make python3-pexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
119119
- name: Clone repository
120120
uses: actions/checkout@v4
121121
with:
122122
fetch-depth: 0
123-
- name: Download build artifacts
124-
uses: actions/download-artifact@v4
125-
- name: Decompress required build artifacts
123+
- name: Download required build artifact
124+
run: curl -LO $BUILD_URL/disk-ufs.img.gz
125+
- name: Decompress required build artifact
126126
run: gzip -d disk-ufs.img.gz
127127
- name: Invoke test runner
128128
run: make test

0 commit comments

Comments
 (0)