feat: add shell action input

This commit is contained in:
Alfi Maulana
2023-07-04 19:23:09 +07:00
parent 93a6d71ae6
commit 0325477980
2 changed files with 26 additions and 3 deletions

View File

@@ -132,3 +132,16 @@ jobs:
build-args: --target test_c --target test_cpp
run-test: true
test-args: -R test
specified-shell:
runs-on: windows-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.3
- name: Use the action with specified shell
uses: ./
with:
shell: bash
source-dir: test
run-build: true