Unverified Commit 4a369925 authored by Spomky's avatar Spomky
Browse files

Test fixed

Showing with 0 additions and 10 deletions
+0 -10
......@@ -27,8 +27,6 @@ jobs:
- name: Install the application
run: |
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
- name: Coding Standards Checks
run: make ci-cs
......@@ -27,8 +27,6 @@ jobs:
- name: Install the application
run: |
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
- name: Fetch Git base reference
run: git fetch --depth=1 origin $GITHUB_BASE_REF
......
......@@ -25,8 +25,6 @@ jobs:
- name: Install the application
run: |
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
- name: Rector
run: make ci-rector
......@@ -28,8 +28,6 @@ jobs:
- name: Install the application
run: |
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
- name: Static Analyze Checks
run: make ci-st
......@@ -27,8 +27,6 @@ jobs:
- name: Install the application
run: |
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
- name: Run tests
run: make all
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment