Skip to content

Commit d0eb410

Browse files
committed
debug
1 parent 9f03671 commit d0eb410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "ruby"
2727
steps:
2828
- uses: actions/checkout@v2
29-
- run: sed -i 's/python/'"$ISUCON_APP_LANG"'/g' ./docker-compose.yml && make build
29+
- run: sed -i 's/python/'"$ISUCON_APP_LANG"'/g' ./docker-compose.yml && cat ./docker-compose.yml && make build
3030
env:
3131
ISHOCON_APP_LANG: run_${{ matrix.language }}
3232
- run: make up && sleep 10

0 commit comments

Comments
 (0)