File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3838 sudo echo "127.0.0.1 bucket.my-domain.com" | sudo tee -a /etc/hosts
3939 sudo echo "127.0.0.1 bucket2.my-domain.com" | sudo tee -a /etc/hosts
4040 sudo echo "127.0.0.1 bucket3.my-domain.com" | sudo tee -a /etc/hosts
41- - name : Unit tests
41+ - name : Login to Docker Hub
42+ uses : docker/login-action@v3
43+ with :
44+ username : ${{ secrets.DOCKER_USER }}
45+ password : ${{ secrets.DOCKER_PASS }}
46+ - name : Run unit tests
4247 run : |
43- echo ${{ secrets.DOCKER_PASS }} | docker login --username ${{ secrets.DOCKER_USER }} --password-stdin
44- sbt -Dsbt.color=always -Dsbt.supershell=false \
45- clean \
46- plugins-unit-tests-with-coverage
48+ sbt -Dsbt.color=always -Dsbt.supershell=false clean plugins-unit-tests-with-coverage
You can’t perform that action at this time.
0 commit comments