Skip to content

Commit

Permalink
test github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkulhan committed May 23, 2024
1 parent 5237ffe commit 00ae355
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- data-access-kit
- data-access-kit-symfony
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
git config --global user.name "Jakub Kulhan"
git config --global user.email "ahoj@jakubkulhan.cz"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- run: ./vendor/bin/phpunit

0 comments on commit 00ae355

Please sign in to comment.