From faf77ac260e4306840606aea1d15e266d0304057 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Wed, 13 Mar 2024 00:13:19 -0300 Subject: [PATCH] test --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 581e1b90..3d6ac025 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,9 @@ jobs: --include-target Pollux \ --include-target PrismAgent > lcov.info + - name: List files + run: ls -la + - name: Publish to coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}