Test
This commit is contained in:
@@ -14,6 +14,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://git.wish.moe/YourWishes/checkout@main
|
uses: https://git.wish.moe/YourWishes/checkout@main
|
||||||
|
- name: Install Docker
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y docker.io
|
||||||
- name: Run tests in Docker
|
- name: Run tests in Docker
|
||||||
run: ./scripts/test-linux-docker.sh
|
run: ./scripts/test-linux-docker.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user