Skip to content

Commit f9dca4e

Browse files
committed
chore: remove caching steps for Composer and npm dependencies from build-and-publish workflow
1 parent e3f51df commit f9dca4e

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,6 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20-
# Cache composer and npm dependencies
21-
- name: Cache Composer dependencies
22-
uses: actions/cache@v3
23-
with:
24-
path: vendor
25-
key: composer-${{ hashFiles('**/composer.lock') }}
26-
restore-keys: |
27-
composer-
28-
29-
- name: Cache npm dependencies
30-
uses: actions/cache@v3
31-
with:
32-
path: node_modules
33-
key: npm-${{ hashFiles('**/package-lock.json') }}
34-
restore-keys: |
35-
npm-
36-
3720
# Setup PHP
3821
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
3922
with:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SURF-WEB
2+
3+
[![Laravel](https://github.com/SLNE-Development/surf-web/actions/workflows/build-and-publish.yml/badge.svg?branch=master)](https://github.com/SLNE-Development/surf-web/actions/workflows/build-and-publish.yml)

0 commit comments

Comments
 (0)