File tree Expand file tree Collapse file tree 3 files changed +22
-29
lines changed
Expand file tree Collapse file tree 3 files changed +22
-29
lines changed Original file line number Diff line number Diff line change 1+ name : Run tests
2+ on :
3+ push :
4+ branches-ignore :
5+ - ' gh-pages'
6+ pull_request :
7+ branches-ignore :
8+ - ' gh-pages'
9+
10+ jobs :
11+ test :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Install dependencies
15+ run : sudo apt-get install shunit2
16+ - name : Check out branch
17+ uses : actions/checkout@v2
18+ - name : Create the minecraft user
19+ run : sudo adduser --system minecraft
20+ - name : Run tests
21+ run : sudo /bin/bash ./test.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # Minecraft Server Manager [ ![ Build Status] [ status-img ]] [ status ] [ ![ Donate to MSM] [ donate-img ]] [ donate ]
2-
3- [ status-img ] : https://api.travis-ci.org/msmhq/msm.svg?branch=master
4- [ status ] : http://travis-ci.org/msmhq/msm
5- [ donate-img ] : https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif
6- [ donate ] : https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL
1+ # Minecraft Server Manager
72
83A single init script which makes running multiple Minecraft/Bukkit servers easier for us admins.
94
You can’t perform that action at this time.
0 commit comments