Split up build and run unit tests steps.
This commit is contained in:
parent
bf139fdb86
commit
84ed07f6c5
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user