Update ox64-test.yml

This commit is contained in:
Lup Yuen Lee 2024-01-25 07:00:45 +08:00 committed by GitHub
parent 6c538c9ce2
commit c85ccd655b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,16 +43,16 @@ jobs:
make
cp temu ..
- name: Download NuttX Build
- name: Download NuttX Build and Test Script
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
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
wget https://github.com/lupyuen/nuttx-ox64/raw/main/nuttx.exp
chmod +x nuttx.exp
ls -l
cat nuttx.hash
- name: Run Test
run: |
./expect.sh
./nuttx.exp