Skip to content

Commit 97cb766

Browse files
committed
ci: make build on CI to build latest version of base image
1 parent 499e30d commit 97cb766

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
steps:
1919
- uses: actions/checkout@v2
20-
- run: docker compose build
20+
- run: make build
2121
- run: docker compose up -d && sleep 10
2222
timeout-minutes: 5
2323
- run: docker exec -it ishocon2_bench_1 ./benchmark --ip app:443

0 commit comments

Comments
 (0)