Fix server build name and removed clean and run code, just update
This commit is contained in:
@@ -12,7 +12,7 @@ env:
|
||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
|
||||
jobs:
|
||||
drb_mocha_tests:
|
||||
drb_server_build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -21,4 +21,4 @@ jobs:
|
||||
|
||||
- name: Build the latest code
|
||||
working-directory: './server'
|
||||
run: make clean && make build && make run
|
||||
run: make build
|
||||
Reference in New Issue
Block a user