Skip to content

Commit

Permalink
ci: replace python to $ISUCON_APP_LANG
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Dec 31, 2023
1 parent 509a17b commit 51eb80b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
- "python"
- "python_sanic"
- "ruby"
env:
ISHOCON_APP_LANG: run_${{ matrix.language }}
steps:
- uses: actions/checkout@v2
- run: sed -i 's/python/'"$ISUCON_APP_LANG"'/g' ./docker-compose.yml
- run: make build
env:
ISHOCON_APP_LANG: run_${{ matrix.language }}
- run: make up && sleep 10
- run: make bench
timeout-minutes: 5

0 comments on commit 51eb80b

Please sign in to comment.