Use git runner temp
Some checks failed
Build Dusk / run-tests (push) Failing after 29s

This commit is contained in:
2026-03-10 15:36:28 -05:00
parent a2b38d3b83
commit ea6468f2a9

View File

@@ -15,7 +15,8 @@ jobs:
- 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 - name: Install Docker
uses: https://git.wish.moe/YourWishes/setup-docker-action@releases/v4 uses: docker/setup-docker-action@v4
# uses: https://git.wish.moe/YourWishes/setup-docker-action@releases/v4
- name: Run tests in Docker - name: Run tests in Docker
run: ./scripts/test-linux-docker.sh run: ./scripts/test-linux-docker.sh
# - name: Install dependencies # - name: Install dependencies