Skip to content

Commit

Permalink
fill cache by skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Jun 25, 2024
1 parent d32cd3c commit a0eef6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
path: assets
key: ${{ runner.os }}-${{ matrix.runner }}-assets
restore-keys: ${{ runner.os }}-${{ matrix.runner }}-assets
restore-keys: ${{ runner.os }}-${{ matrix.runner }}-assets

- name: Install Python dependencies
run: |
Expand All @@ -58,6 +58,3 @@ jobs:

- name: Create test results directory
run: mkdir -p assets/test_results

- name: Run Tests
run: ./run_tests.sh

0 comments on commit a0eef6b

Please sign in to comment.