Skip to content

Commit

Permalink
wip workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Oct 1, 2024
1 parent d4b7d03 commit 153582b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codacy-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
jobs:
coverage:
env:
DB_DATABASE: testing
DB_DATABASE: testing
DB_ROOT_PASSWORD: secretroot
DB_HOST: 127.0.0.1
APP_KEY: base64:1NxfrNErQ0vo1ZnPcLeVhnE7tOZdKlKiFORzPA92krM=
runs-on: ubuntu-latest

name: Checkout

services:
mysql:
image: mysql:latest
Expand All @@ -25,7 +27,6 @@ jobs:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --name=mysql

name: Checkout

steps:
- name: Checkout code
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/code-climate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
uses: paambaati/codeclimate-action@v9.0.0
env:
CC_TEST_REPORTER_ID: 49c2958be5b2f72fa7202fd4b91b4668cbfefa9aa51e949b8a0bde13bc893ae5
DB_PORT: ${{ job.services.mysql.ports[3306] }}
DB_HOST: 127.0.0.1
DB_USER: root
DB_PASSWORD: secretroot
with:
coverageCommand: vendor/bin/pest --coverage-clover clover.xml

0 comments on commit 153582b

Please sign in to comment.