Skip to content

Commit

Permalink
start server in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Nov 6, 2024
1 parent 7b7afb5 commit 2ee2b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
env:
DISPLAY: :99
GITHUB_WORKSPACE: $GITHUB_WORKSPACE
- name: start minecraft server
run: cd server && ./launch.sh &
env:
GITHUB_WORKSPACE: $GITHUB_WORKSPACE
- name: checkout tagilmo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2ee2b18

Please sign in to comment.