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 }}
|
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
drb_mocha_tests:
|
drb_server_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -21,4 +21,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Build the latest code
|
- name: Build the latest code
|
||||||
working-directory: './server'
|
working-directory: './server'
|
||||||
run: make clean && make build && make run
|
run: make build
|
||||||
Reference in New Issue
Block a user