Skip to content

Commit

Permalink
cache jackrabbit jar in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Sep 20, 2023
1 parent 47825e5 commit 311174c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --prefer-dist

- name: Cache Jackrabbit
id: cache-jackrabbit
uses: actions/cache@v3
with:
path: vendor/jackalope/jackalope-jackrabbit/bin/jackrabbit-standalone-*
key: jackrabbit

- name: Run configuration script
run: ./tests/script_doctrine_dbal.sh

Expand Down

0 comments on commit 311174c

Please sign in to comment.