From 0da96e2b823a13ec605aea06e0eff877447c69d3 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Thu, 26 Nov 2020 04:54:29 +0000 Subject: [PATCH] CI Fixes and tweaks (#14970) --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9d02092d31..c3f6207fa84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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