Skip to content

Commit

Permalink
test: fix a wrong path for test script
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Aug 10, 2023
1 parent b72ed29 commit b46f461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ jobs:
--volume ${PWD}:/host \
${{ env.TAG }}
cd mroonga
docker exec mroonga /host/test/run-sql-test.sh
ls -al
docker exec mroonga test/run-sql-test.sh

0 comments on commit b46f461

Please sign in to comment.