Updated main.yml

This commit is contained in:
nocturn9x 2021-02-26 15:14:15 +01:00
parent 5bdfa42e9a
commit 5d47a1a09e
1 changed files with 2 additions and 2 deletions

View File

@ -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