Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Feb 14, 2024
1 parent 207eb03 commit 7888eab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
br_config: qemu_bt_trace_replay
- hw_version: dbg
br_config: qemu_bt_trace_replay_test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/newidf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
br_config: qemu_bt_trace_replay
- hw_version: dbg
br_config: qemu_bt_trace_replay_test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand All @@ -31,6 +31,4 @@ jobs:
. $IDF_PATH/export.sh
(cd build; esptool.py --chip esp32 merge_bin --fill-flash-size 4MB -o flash_image.bin @flash_args)
qemu-system-xtensa -machine esp32 -drive file=build/flash_image.bin,if=mtd,format=raw -serial tcp::5555,server,nowait -display none -daemonize
pip install numpy
pip install pytest
pytest
4 changes: 2 additions & 2 deletions .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand Down

0 comments on commit 7888eab

Please sign in to comment.