Skip to content

Commit

Permalink
.github/workflows/test.yml: enable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Aug 26, 2024
1 parent e9fdee2 commit d394d4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
#- uses: mxschmitt/action-tmate@v3
- uses: mxschmitt/action-tmate@v3
- name: composer
run: composer update
- name: integration tests
run: |
docker run -t --rm -v `pwd`:/mnt -w /mnt -e LC_ALL=C.utf8 -e LANG=C.utf8 --entrypoint /mnt/vendor/bin/phpunit acdhch/arche-ingest
RET=1
docker run -t --rm -v `pwd`:/mnt --entrypoint /mnt/bin/arche-filechecker acdhch/arche-ingest /mnt/tests/data/ /mnt/tests/reports/ || RET=0
exit $RET
#- name: integration tests
# run: |
# docker run -t --rm -v `pwd`:/mnt -w /mnt -e LC_ALL=C.utf8 -e LANG=C.utf8 --entrypoint /mnt/vendor/bin/phpunit acdhch/arche-ingest
# RET=1
# docker run -t --rm -v `pwd`:/mnt --entrypoint /mnt/bin/arche-filechecker acdhch/arche-ingest /mnt/tests/data/ /mnt/tests/reports/ || RET=0
# exit $RET
- name: unit tests
run: |
mkdir -p build/logs
Expand Down

0 comments on commit d394d4e

Please sign in to comment.