From 1d0818747e36ce44f4b2db9c5e062e900c761381 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sat, 2 Apr 2022 00:12:16 +0300 Subject: [PATCH] ci: fix build step --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c9e13b..97f766f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,8 @@ jobs: needs: init if: ${{ needs.init.outputs.skip == 'false' }} runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v3 test_push: needs: build