Skip to content

Commit 83d49ef

Browse files
Removing dependency on cache
Cache should be used in a way that won't break workflow if cleared.
1 parent 669f70e commit 83d49ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ blocks:
6060
commands:
6161
- checkout
6262
- cache restore
63+
- composer install
64+
- npm install
6365
jobs:
6466
- name: phpmd
6567
commands:
@@ -82,6 +84,8 @@ blocks:
8284
commands:
8385
- checkout
8486
- cache restore
87+
- composer install
88+
- npm install
8589
# Run the unit tests from the phpunit binary in vendor folder
8690
- ./vendor/bin/phpunit
8791

@@ -95,6 +99,8 @@ blocks:
9599
# Create an empty .sqlite DB
96100
- touch database/database.sqlite
97101
- cache restore
102+
- composer install
103+
- npm install
98104
# Create an application key again.
99105
- php artisan key:generate
100106
- php artisan dusk:update --detect

0 commit comments

Comments
 (0)