From 9a41887e43836c7533a6d4763704b4ecef06e92d Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 6 Jan 2023 21:08:09 +0700 Subject: [PATCH] move test project to the working directory during `use-action` job --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b116f7..9a6abeb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: ./