Skip to content

Commit

Permalink
Moving to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat committed Jun 27, 2023
1 parent 49db467 commit 21e1704
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: ubuntu-latest
uses: actions/setup-php@v3
uses: php-actions/composer@v6 # or alternative dependency management
uses: php-actions/phpunit@v3
- uses: actions/setup-php@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v3
#- wget http://getcomposer.org/composer.phar
#- php composer.phar install
- run: phpunit --bootstrap ./vendor/autoload.php ./tests/*
- name: Run tests
- run: phpunit --bootstrap ./vendor/autoload.php ./tests/*

0 comments on commit 21e1704

Please sign in to comment.