Autostory: add wait to move_cursor_to_position_offset_from_flypoint. updated routine to move to Alfornada #979
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: C++ CI Serial Programs Windows Default | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/cpp-ci-serial-programs-base.yml | |
| with: | |
| os: windows-2025 | |
| compiler: default | |
| upload-build: true | |
| run-tests: true |