Skip to content

Commit

Permalink
Fix net cache location
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 25, 2023
1 parent b9e0b4c commit c81fb6b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c81fb6b

Please sign in to comment.