feat: Adds ubuntu tests to ci
Some checks are pending
CI / macOS (debug, 16.2) (push) Waiting to run
CI / macOS (release, 16.2) (push) Waiting to run
CI / ubuntu (push) Successful in 10m16s

This commit is contained in:
2025-03-07 12:01:18 -05:00
parent ce31efa005
commit bdbe89e101

View File

@@ -20,3 +20,13 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Run ${{ matrix.xcode }} Tests for ${{ matrix.config }}
run: swift test
ubuntu:
name: ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker test image.
run: docker build -t 'hvac-toolbox:test' -f Dockerfile.dev .
- name: Run tests
run: docker run -i 'hvac-toolbox:test' swift test