We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f03671 commit d0eb410Copy full SHA for d0eb410
.github/workflows/benchmark.yml
@@ -26,7 +26,7 @@ jobs:
26
- "ruby"
27
steps:
28
- uses: actions/checkout@v2
29
- - run: sed -i 's/python/'"$ISUCON_APP_LANG"'/g' ./docker-compose.yml && make build
+ - run: sed -i 's/python/'"$ISUCON_APP_LANG"'/g' ./docker-compose.yml && cat ./docker-compose.yml && make build
30
env:
31
ISHOCON_APP_LANG: run_${{ matrix.language }}
32
- run: make up && sleep 10
0 commit comments