Skip to content

Commit 00c73d6

Browse files
committed
wip
1 parent 2bdab97 commit 00c73d6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,16 @@ jobs:
122122
pnpm install
123123
pnpm run tests:install
124124
125-
- name: Run Playwright tests
125+
- name: Cache composer dependencies
126+
uses: actions/cache@v3
127+
with:
128+
path: vendor
129+
key: composer-${{ hashFiles('composer.lock') }}
130+
131+
- name: Run composer install
132+
run: composer install --no-progress --prefer-dist --no-interaction
133+
134+
- name: Run Pest tests
126135
run: ./vendor/bin/pest
127136

128137
- name: Upload test results

0 commit comments

Comments
 (0)