Skip to content

Add test workflow

Add test workflow #1

Workflow file for this run

name: Test workflow
on:
pull_request:
branches: [ "main" ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
working-directory: ${{github.workspace}}
run: |
exit 0