Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
bessarabov committed Nov 12, 2023
1 parent c72e472 commit 9e72516
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
run: docker build . --file tests/Dockerfile.tsv2table_t --tag tsv2table_t:${{ github.sha }}

- name: Run test in tests/
run: docker run --rm --volume=`pwd`/tsv2table:/app/tsv2table --volume=`pwd`/README.md:/app/README.md tsv2table_t:${{ github.sha }} LC_ALL=C.UTF-8 prove -lvm tests/
run: >
docker run
--rm
--volume=`pwd`/tsv2table:/app/tsv2table
--volume=`pwd`/README.md:/app/README.md
tsv2table_t:${{ github.sha }}
prove -lvm tests/

0 comments on commit 9e72516

Please sign in to comment.