Skip to content

Commit

Permalink
run roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabrecka committed Nov 20, 2023
1 parent a9a045b commit d13caaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'

- run: composer install --no-progress --prefer-dist
- run: vendor/bin/tester -C test/test.php -p ${{ matrix.sapi }} -s ${{ env.php-options }}
- run: cd .. && transit-php/bin/transit-format

0 comments on commit d13caaa

Please sign in to comment.