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:
@@ -24,8 +24,8 @@ env:
EXPECTED_USERNAME: ${{ secrets.EXPECTED_USERNAME }}
PDAB_PORT: ${{ vars.PDAB_PORT }}
jobs:
drb_build_and_test:
jobs:
drb_mocha_tests:
runs-on: ubuntu-latest
services: