From f45617be5b6c644c98302518af6d7ea61c3201d0 Mon Sep 17 00:00:00 2001 From: Insality Date: Fri, 16 Oct 2020 10:43:46 +0300 Subject: [PATCH] Return push test result step --- .github/workflows/ci-workflow.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 3c75872..bcb725b 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -17,4 +17,7 @@ jobs: - name: Build && Run run: | deployer_url="https://raw.githubusercontent.com/Insality/defold-deployer/1/deployer.sh" - curl -s ${deployer_url} | bash -s lbd --headless --settings ./unit_test.txt \ No newline at end of file + curl -s ${deployer_url} | bash -s lbd --headless --settings ./unit_test.txt + + - name: Upload test report + run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file