Skip to content

Commit

Permalink
Update TestSuite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SnorlaxAssist committed Mar 30, 2024
1 parent 214edc6 commit d0e19e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/TestSuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Submodules
run: git submodule update --init --recursive

- name: Cache TestSuite
id: cache-test-suite
uses: actions/cache@v3
Expand All @@ -50,6 +53,7 @@ jobs:
key: ${{ runner.os }}-build-test-suite-${{ hashFiles('./tests/**/*.cpp') }}-${{ hashFiles('./tests/**/*.h') }}

- if: ${{ steps.cache-test-suite.outputs.cache-hit != 'true' }}
name: Validate Cache
run: |
echo "TestSuite build cache not found. Exiting..."
exit 1
Expand Down

0 comments on commit d0e19e4

Please sign in to comment.