From 8df5a465825a807c86520a4d86207471b512d249 Mon Sep 17 00:00:00 2001 From: isbang Date: Mon, 2 Nov 2020 14:24:11 +0900 Subject: [PATCH] fix: add checkout before test action --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f03f3d2..fdaa739 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ jobs: runs-on: ubuntu-latest name: test compose action steps: + - uses: actions/checkout@v2 - uses: isbang/compose-action@v0.1 with: compose-file: './docker/docker-compose.yml'