diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 304a1af..52b907b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,6 @@ jobs: PORT: ${{ secrets.PORT }} with: source: "tests/a.txt,tests/b.txt" - target: "/home/actions/test" + target: "/home/deploy/test" timeout: 30s command_timeout: 30s