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 4b368dd commit 43fdcf7Copy full SHA for 43fdcf7
.github/workflows/maven.yml
@@ -25,11 +25,9 @@ jobs:
25
pip3 install wheel
26
python3 setup.py bdist_wheel
27
pip3 install dist/scbw*.whl
28
- '[ ! -f /tmp/sc-docker/starcraft.zip ] || (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'
29
cd docker
30
./build_images.sh
31
popd
32
- "[ -f /tmp/sc-docker/starcraft.zip ] || cp sc-docker/scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip"
33
scbw.play --install
34
- name: Run Integration Test
35
run: |
0 commit comments