add workflow step to test this action with specified source dir

This commit is contained in:
Alfi Maulana 2023-01-06 21:34:49 +07:00
parent d008b5582a
commit 69f2474e5e
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -17,3 +17,17 @@ jobs:
- name: Run build result
run: ./build/hello_world
use-action-with-specified-source-dir:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
- name: Use this action with specified source directory
uses: ./
with:
source-dir: test
- name: Run build result
run: ./build/hello_world