mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-12 20:58:31 +08:00
Update ox64-test.yml
This commit is contained in:
parent
c69aacb8bd
commit
5e9f45bf65
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ox64-test.yml
vendored
9
.github/workflows/ox64-test.yml
vendored
|
@ -47,13 +47,12 @@ jobs:
|
|||
run: |
|
||||
wget https://github.com/lupyuen/nuttx-ox64/releases/download/nuttx-ox64-${{ steps.date.outputs.date }}/Image
|
||||
wget https://github.com/lupyuen/nuttx-ox64/releases/download/nuttx-ox64-${{ steps.date.outputs.date }}/nuttx.hash
|
||||
ls -l Image
|
||||
cat nuttx.hash
|
||||
|
||||
- name: Run Test
|
||||
run: |
|
||||
wget https://github.com/lupyuen/nuttx-ox64/raw/main/nuttx.cfg
|
||||
wget https://github.com/lupyuen/nuttx-ox64/raw/main/expect.sh
|
||||
chmod +x expect.sh
|
||||
ls -l
|
||||
cat nuttx.hash
|
||||
|
||||
- name: Run Test
|
||||
run: |
|
||||
./expect.sh
|
||||
|
|
Loading…
Reference in a new issue