Skip to content

Commit a6d0295

Browse files
committed
Restore .config after dualbank test
1 parent 10a0c0b commit a6d0295

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-sunnyday-simulator.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,19 @@ jobs:
9797
- name: Build wolfboot.elf (dualbank simulator)
9898
run: |
9999
make clean
100+
mv .config .config.orig
100101
cp config/examples/sim-dualbank.config .config
101102
make test-sim-internal-flash-with-update
102103
103104
- name: Run dualbank swap simulation
104105
run: |
105106
tools/scripts/sim-dualbank-swap-update.sh
106-
107+
108+
- name: Cleanup before WOLFBOOT_SMALL_STACK test
109+
run: |
110+
make keysclean
111+
mv .config.orig .config
112+
107113
- name: Build wolfboot.elf (ECC256, WOLFBOOT_SMALL_STACK)
108114
run: |
109115
make clean && make test-sim-internal-flash-with-update SIGN=ECC256 WOLFBOOT_SMALL_STACK=1 SPMATH=1

0 commit comments

Comments
 (0)