From c81fb6b9864fcc376341fce6539de9854589e497 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 25 Jul 2023 06:11:44 +0200 Subject: [PATCH] Fix net cache location --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2f855a..17f2d93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,11 +103,15 @@ jobs: if: ${{ matrix.scope == 'IT' }} run: | cd it + echo "***** $(date)" ant install + echo "***** $(date)" ant spring-petclinic + echo "***** $(date)" ant qacover-api ant install-uber ant qacover-uber + echo "***** $(date)" - name: Integration test results comparison - ${{ matrix.scope }} if: ${{ matrix.scope == 'IT' }} run: > @@ -192,8 +196,8 @@ jobs: id: rules-cache uses: actions/cache@v3.3.1 with: - path: qacover-core/.tdrules-cache - key: tdrules-cache-${{ matrix.scope }} + path: net/.tdrules-cache + key: tdrules-cache-Net - name: Run test - ADO.NET run: dotnet test --logger "trx;LogFileName=../../reports/qacover-report.trx" QACoverTest/QACoverTest.csproj - name: Run test - Entity Framework