mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
CI Fixes and tweaks (#14970)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user