CI Fixes and tweaks (#14970)

This commit is contained in:
AffectedArc07
2020-11-25 23:54:29 -05:00
committed by GitHub
parent 6654642468
commit 0da96e2b82
+5 -1
View File
@@ -1,8 +1,12 @@
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run_linters:
name: Run Linters
@@ -48,6 +52,7 @@ jobs:
source $HOME/BYOND/byond/bin/byondsetup
tools/ci/generate_maplist.sh
tools/ci/dm.sh -Mci_map_testing paradise.dme
unit_tests_and_sql:
name: Unit Tests + SQL Validation
runs-on: ubuntu-18.04
@@ -80,7 +85,6 @@ jobs:
- name: Compile & Run Unit Tests
run: |
tools/ci/install_byond.sh
tools/ci/install_rustg.sh
source $HOME/BYOND/byond/bin/byondsetup
tools/ci/dm.sh -DCIBUILDING paradise.dme
tools/ci/run_server.sh