Split up build and run unit tests steps.
Some checks failed
Emscripten Build / Build_and_Deploy_Web_Build (push) Successful in 7m47s
Emscripten Build / UnitTesting (push) Failing after 44s

This commit is contained in:
AMay 2026-05-01 00:28:13 -05:00
parent bf139fdb86
commit 84ed07f6c5

View File

@ -45,11 +45,13 @@ jobs:
apt-get install -y nodejs git libfreetype6-dev cmake
- name: Check out repository code
uses: actions/checkout@v4
- name: Build and Run Unit Tests
- name: Build Unit Tests
run: |
./test.sh
- name: Run Unit Tests
run: |
pwd
ln -s /assets "/workspace/AMay/AdventuresInLestoria/bin/assets"
./test.sh
./runTest.sh
- name: Send Webhook Update
if: always()