Skip to content

Commit

Permalink
CI: update path to stockfish
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Dec 20, 2023
1 parent cbad2ff commit 8de0089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
apt install socat -y
- name: Run Stockfish as TCP service
run: |
export STOCKFISH_EXEC_PATH=$(which stockfish)
echo "Stockfish exec path is: ${STOCKFISH_EXEC_PATH}"
export STOCKFISH_EXEC_PATH=/usr/games/stockfish
ls -l ${STOCKFISH_EXEC_PATH}
socat TCP-LISTEN:9010,reuseaddr,fork EXEC:${STOCKFISH_EXEC_PATH} &
- name: Cache Dialyzer PLTs
uses: actions/cache@v2
Expand All @@ -58,7 +58,7 @@ jobs:
run: rebar3 compile
- name: CT tests
run: |
export BINBO_UCI_ENGINE_PATH=$(which stockfish)
export BINBO_UCI_ENGINE_PATH=/usr/games/stockfish
export BINBO_UCI_ENGINE_HOST=localhost
export BINBO_UCI_ENGINE_PORT=9010
rebar3 ct
Expand Down

0 comments on commit 8de0089

Please sign in to comment.