add test.yml workflow to test this action

This commit is contained in:
Alfi Maulana 2023-01-06 20:57:40 +07:00
parent f18936167f
commit 231bba2fa1
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

16
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: test
on:
workflow_dispatch:
push:
jobs:
use-action:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.2.0
- name: Use this action
uses: ./
- name: Run build result
run: ./build/hello_world