File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 run : pip install "eosim @ https://github.com/embeddedos-org/EoSim/releases/download/v${{ env.EOSIM_VERSION }}/eosim-${{ env.EOSIM_VERSION }}-py3-none-any.whl"
5656 - name : Simulate ${{ matrix.platform }}
5757 run : |
58- eosim simulate --platform ${{ matrix.platform }} --duration 10 --headless
58+ eosim run ${{ matrix.platform }} --headless --timeout 10
5959 echo "${{ matrix.platform }}: PASSED"
6060
6161 nested-guest-install :
8282 - name : Boot guest and test EoSim inside
8383 run : |
8484 echo "=== Nested Guest: ${{ matrix.guest }} ==="
85- eosim simulate --platform ${{ matrix.platform }} --duration 15 -- headless --nested-install
85+ eosim run ${{ matrix.platform }} --headless --timeout 15
8686 echo "${{ matrix.guest }}: PASSED"
8787
8888 windows-sanity :
Original file line number Diff line number Diff line change 4747 - name : Simulate ${{ matrix.platform }}
4848 run : |
4949 echo "=== EoSim: ${{ matrix.platform }} ==="
50- eosim simulate --platform ${{ matrix.platform }} --duration 15 --headless
50+ eosim run ${{ matrix.platform }} --headless --timeout 15
5151 continue-on-error : true
5252
5353 cross-platform :
You can’t perform that action at this time.
0 commit comments