From c1a92193c1f9866d5d9d89768e3de6c35541de0b Mon Sep 17 00:00:00 2001 From: Stefan Hristozov Date: Fri, 29 Dec 2023 13:30:34 +0100 Subject: [PATCH] test autometed ROM report generation --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73c66cf..7338cc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - name: Upload rom report uses: actions/upload-artifact@v2 with: - name: github-pages + name: rom-report path: test/build_reports/rom_report_nrf91_with_tinycrypt.txt ### Generate test coverage report