]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
281200e
)
Fixed github action workflow
author
Dan Brown
<redacted>
Sat, 18 Jan 2020 15:30:54 +0000
(15:30 +0000)
committer
Dan Brown
<redacted>
Sat, 18 Jan 2020 15:30:54 +0000
(15:30 +0000)
.github/workflows/phpunit.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/phpunit.yml
b/.github/workflows/phpunit.yml
index 4a641c56b5d15055f249c6169fe1d3e59c73778f..f6c002c05098d1c1a9148e6bb54ddde46ef1fd2b 100644
(file)
--- a/
.github/workflows/phpunit.yml
+++ b/
.github/workflows/phpunit.yml
@@
-20,10
+20,12
@@
jobs:
steps:
- uses: actions/checkout@v1
- - name:
Cache composer packages
+ - name:
Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
+
+ - name: Cache composer packages
uses: actions/cache@v1
with:
path: ${{ steps.composer-cache.outputs.dir }}