Skip to content

Commit

Permalink
ci(cs): fix path to phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed May 6, 2020
1 parent 378983c commit 246f6ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
php-version: '7.4'
tools: phpcs
- name: Test code style
run: vendor/bin/phpcs
run: phpcs
test:
name: Run tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,13 +47,13 @@ jobs:
- name: Push code coverage
run: php ocular.phar code-coverage:upload --format=php-clover coverage.xml
release:
name: Automated release
needs: [test, cs]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Automated release
run: npx semantic-release -d
- run: npx semantic-release -d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 246f6ea

Please sign in to comment.