Skip to content

feat: Integration test #23

feat: Integration test

feat: Integration test #23

Workflow file for this run

name: Integration Tests
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
permissions:
contents: read
jobs:
build_OVMS_Profile_Launcher:
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build ovms profile launcher
run: |
make run-smoke-tests