From 87de628067d67fb04210e8d9136d45f30eb2c9f7 Mon Sep 17 00:00:00 2001 From: pantor Date: Wed, 18 Mar 2020 11:59:39 +0100 Subject: [PATCH] fix check --- .github/workflows/single-include.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/single-include.yml b/.github/workflows/single-include.yml index 3869b04..8d09864 100644 --- a/.github/workflows/single-include.yml +++ b/.github/workflows/single-include.yml @@ -3,14 +3,14 @@ name: Single Include on: push jobs: - build-deploy: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: update single include run: | - cd inja + ls mv single_include/inja/inja.hpp single_include/inja/inja_old.hpp bash scripts/update_single_include.sh