Skip to content

Commit

Permalink
chore: Remove workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstonePfalz committed Apr 15, 2024
1 parent 291b365 commit 6b6a1f6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,3 @@ jobs:
- uses: securego/gosec@master
with:
args: ./src

PHPUnit:
name: PHPUnit
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Create settings.php
run: echo "${{ secrets.PHPUNIT_SETTINGS }}" > test/src/settings.php
- uses: php-actions/phpunit@v3
with:
configuration: "phpunit.xml"

0 comments on commit 6b6a1f6

Please sign in to comment.