Skip to content

Commit

Permalink
fix datapack tests not actually running
Browse files Browse the repository at this point in the history
- was copying duplicate directory
  • Loading branch information
TheAfroOfDoom committed Jan 10, 2024
1 parent a2e67ed commit 15d7381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/datapack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Copy packs to world
run: |
mkdir -p world/datapacks
cp -r datapacks world/datapacks
mkdir -p world
cp -r datapacks world
- name: Run test server
run: |
Expand Down

0 comments on commit 15d7381

Please sign in to comment.