Set testing environment on base test runner.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-04-25 05:46:09 -05:00
parent add1682e9b
commit fe06877c2f
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ jobs :
build :
name : Build and Test
runs-on : ubuntu-latest
env :
APPLICATION_ENV : testing
steps :
- uses : actions/checkout@master