From ce3f0c5045ca2540225849423e6a10f202702a3a Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sun, 26 Sep 2021 16:40:26 +0100 Subject: [PATCH] Launch all maps on CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b5975725c0..f60633cb9b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,9 @@ jobs: unit_tests_and_sql: name: Unit Tests + SQL Validation runs-on: ubuntu-20.04 + strategy: + matrix: + maptype: ['/datum/map/cyberiad', '/datum/map/delta', '/datum/map/metastation'] services: mariadb: image: mariadb:latest @@ -86,6 +89,7 @@ jobs: tools/ci/install_byond.sh source $HOME/BYOND/byond/bin/byondsetup tools/ci/dm.sh -DCIBUILDING paradise.dme + echo '${{ matrix.maptype }}' > data/next_map.txt tools/ci/run_server.sh windows_dll_tests: