Skip to content

Commit

Permalink
Fix CI tests run (#286)
Browse files Browse the repository at this point in the history
* Remove docker compose

* add permission to test yaml

* fix test workflow

* fix test workflow

* fix test workflow

* run checks on schedule
  • Loading branch information
funivan authored Jan 2, 2024
1 parent 41cb244 commit ae2b406
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
schedule:
- cron: '00 1 * * 1' # At 01:00 on Mondays.
- cron: '00 1 * * 1' # At 01:00 on Mondays.
push:
branches:
- master
Expand Down Expand Up @@ -40,13 +40,5 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --dev

- name: Run fixer
run: ./vendor/bin/php-cs-fixer fix . -v --dry-run --stop-on-violation

- name: Run tests
run: ./vendor/bin/phpunit

- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
17 changes: 0 additions & 17 deletions docker-compose.yml

This file was deleted.

0 comments on commit ae2b406

Please sign in to comment.