mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +00:00
move test project to the working directory during use-action
job
This commit is contained in:
parent
231bba2fa1
commit
9a41887e43
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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: ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user