Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Mar 11, 2024
1 parent dcd24ed commit 5daa22b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI

env:
COMPOSER_ROOT_VERSION: ${{ env.version }}

on:
push:
branches:
Expand Down Expand Up @@ -32,6 +29,8 @@ jobs:
- uses: ramsey/composer-install@v2
with:
dependency-versions: highest
env:
COMPOSER_ROOT_VERSION: ${{ env.version }}

- name: Run code style check
run: composer run-script check-cs -- --format=checkstyle | cs2pr
Expand Down Expand Up @@ -63,6 +62,8 @@ jobs:
- uses: ramsey/composer-install@v2
with:
dependency-versions: highest
env:
COMPOSER_ROOT_VERSION: ${{ env.version }}

- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
Expand Down Expand Up @@ -115,6 +116,8 @@ jobs:
- uses: ramsey/composer-install@v2
with:
dependency-versions: highest
env:
COMPOSER_ROOT_VERSION: ${{ env.version }}

- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
Expand Down Expand Up @@ -168,6 +171,8 @@ jobs:
- uses: ramsey/composer-install@v2
with:
dependency-versions: highest
env:
COMPOSER_ROOT_VERSION: ${{ env.version }}

- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
Expand Down

0 comments on commit 5daa22b

Please sign in to comment.