From 31e577bf8905adff33f9b191fecfb6c6bc847e39 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Tue, 16 Feb 2021 20:35:36 +0800 Subject: [PATCH] disabled for reasons :) --- .github/workflows/ci_suite.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index d8313166a0..623897cb2e 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -89,12 +89,12 @@ jobs: sudo apt update || true sudo apt install libssl1.1:i386 bash tools/ci/install_rust_g.sh - - name: Compile and run tests - run: | - bash tools/ci/install_byond.sh - source $HOME/BYOND/byond/bin/byondsetup - bash tools/ci/dm.sh -DCIBUILDING tgstation.dme - bash tools/ci/run_server.sh + # - name: Compile and run tests + # run: | + # bash tools/ci/install_byond.sh + # source $HOME/BYOND/byond/bin/byondsetup + # bash tools/ci/dm.sh -DCIBUILDING tgstation.dme + # bash tools/ci/run_server.sh test_windows: if: "!contains(github.event.head_commit.message, '[ci skip]')" name: Windows Build