Test
This commit is contained in:
@@ -14,6 +14,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
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
|
||||
run: ./scripts/test-linux-docker.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user