Skip to content

Build and run tests in parallel #44

Build and run tests in parallel

Build and run tests in parallel #44

Workflow file for this run

name: test windows
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: windows-latest
steps:
# git checkout the PR
- uses: actions/checkout@v3
- name: test DSDL generation
run: |
tests/test_windows.cmd
- name: Archive generated headers
uses: actions/upload-artifact@v3
with:
name: dsdl_generated
path: dsdl_generated
retention-days: 7