mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Fix CI
This commit is contained in:
parent
02cc464098
commit
d450d6bae3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -6,6 +6,8 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install docker-compose
|
||||
run: sudo apt-get install -y docker-compose
|
||||
- uses: actions/checkout@v4
|
||||
- name: Copy config
|
||||
run: cp utils/ci/* .
|
||||
|
Loading…
Reference in New Issue
Block a user