Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Jul 28, 2020
1 parent 06748a6 commit 56ab285
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:

- name: Install
run: composer install

- name: Install Kirby
run: composer install --no-dev --working-dir=tests/kirby

# update kirby to latest release of version 3 (includes release candidates!)
# https://semver.mwl.be/#!?package=getkirby%2Fcms&version=3.*&minimum-stability=RC
- name: Update Kirby Core
run: composer require getkirby/cms:"3.*@RC"
run: composer require getkirby/cms:"3.*@RC --working-dir=tests/kirby"

- name: Run Tests
run: composer test

0 comments on commit 56ab285

Please sign in to comment.