try to reboot sbt first

This commit is contained in:
Niklas Fiekas 2019-09-21 15:45:23 +02:00
parent 93bb78de42
commit d1650bf317

View file

@ -30,7 +30,7 @@ jobs:
- run: echo "autoformat=false" > $HOME/.scalariform.conf
- uses: agemooij/github-actions-sbt@4c79f7f932a9901cf2475bddfe05d60cda7642a2
with:
args: test:compile test stage
args: reboot test:compile test stage
- run: cp LICENSE COPYING.md README.md target/universal/stage/ && git log -n 1 --pretty=oneline > target/universal/stage/commit.txt
- uses: actions/upload-artifact@v1
with: