move test project to the working directory during use-action job

This commit is contained in:
Alfi Maulana
2023-01-06 21:08:09 +07:00
parent 231bba2fa1
commit 9a41887e43

View File

@@ -9,6 +9,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3.2.0
- name: Move test project to the working directory
run: mv test/* .
- name: Use this action
uses: ./