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
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

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: ./