From 5d47a1a09ea7875448dfd0181e6a20ca9a79cbe6 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Fri, 26 Feb 2021 15:14:15 +0100 Subject: [PATCH] Updated main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2706fab..2477ee6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,6 @@ jobs: architecture: x64 - uses: actions/checkout@v2 - name: Run production-mode tests - run: ./build.py --profile resources/profiles/production.json + run: ./build.py --profile resources/profiles/production.json src - name: Run developmet tests - run: ./build.py --profile resources/profiles/production.json + run: ./build.py --profile resources/profiles/production.json src