Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbehncke committed Sep 27, 2024
1 parent f408fd1 commit 738f377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Install Go-Task
run: npm install -g @go-task/cli

- name: Build
run: task build
11 changes: 1 addition & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,8 @@
"require": {
"php": "^8.0"
},
"repositories": [
{
"type": "path",
"url": "/Users/hendrik/Webserver/starter-utils",
"options": {
"symlink": true
}
}
],
"require-dev": {
"yootheme/starter-utils": "@dev"
"yootheme/starter-utils": "^1.0"
},
"scripts": {
"run:task": "YOOtheme\\Starter\\TaskHelper::run",
Expand Down

0 comments on commit 738f377

Please sign in to comment.