Skip to content

setup test git actions #1

setup test git actions

setup test git actions #1

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Test Actions
run: echo "Test Test"