Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill authored Dec 24, 2024
1 parent 16e2ea9 commit f5051aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
DISPLAY: :99
GITHUB_WORKSPACE: $GITHUB_WORKSPACE
- name: copy server cache
run: cp -r ~/server/ . ; git checkout server
run: cp -r ~/server/ ./Vereya/ ; cd ./Vereya && git checkout server
- name: start minecraft server
run: cd Vereya/server && ./launch.sh &
env:
Expand Down

0 comments on commit f5051aa

Please sign in to comment.