From 96c07499ca2ded6064a63a660905d66f402f5850 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 17:05:33 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9e27267..f2777eed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Check out latest code uses: actions/checkout@v1 with: - path: '../../netdisco/git' + path: '../../../netdisco/git' - name: Setup tmate session uses: mxschmitt/action-tmate@v3 with: