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: