Update tests

- Update test names
- Added new action to build the latest server code on the server it's running on
- Removed unnecessary vars from makefile
This commit is contained in:
Logan Cusano
2024-04-29 01:12:30 -04:00
parent dfb4c6afa1
commit 91201c3527
2 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: DRB Build Tests
name: DRB Tests
on:
pull_request:
@@ -25,7 +25,7 @@ env:
PDAB_PORT: ${{ vars.PDAB_PORT }}
jobs:
drb_build_and_test:
drb_mocha_tests:
runs-on: ubuntu-latest
services:

View File

@@ -17,9 +17,6 @@ build:
run:
@echo "Running Docker container..."
docker run -d -e NODE_ENV=${NODE_ENV} \
-e MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME} \
-e MONGO_INITDB_ROOT_PASSWORD=${MONGO_INITDB_ROOT_PASSWORD} \
-e MONGO_INITDB_DATABASE=${MONGO_INITDB_DATABASE} \
-e SERVER_PORT=${SERVER_PORT} \
-e MONGO_URL=${MONGO_URL} \
-e DISCORD_TOKEN=${DISCORD_TOKEN} \