Skip to content

github CI

github CI #2

name: Integration test
on:
push:
branches:
- 'master'
- 'develop'
jobs:
build-project:
name: Build Project
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Build Project
uses: threeal/[email protected]
with:
source-dir: tests/integration/
build-dir: tests/integration/build