From 5b6bfce7e068f8da163674236c3c97cf47981548 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 1 Mar 2021 10:37:33 -0800 Subject: [PATCH] Add steps --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 879f3984..8e5b38ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ jobs: checkout_code: needs: [coverage_cleanup] runs-on: self-hosted - - name: Checkout code + steps: + - name: Checkout code uses: actions/checkout@v1 scn4me_subm: needs: [checkout_code]