1
0
Fork 0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-03-15 04:30:29 +03:00

Update auto-test.yml

This commit is contained in:
Zaid Hafeez 2025-01-31 14:43:30 +05:00 committed by GitHub
parent 20820f5a5a
commit 40aa3f66c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,10 @@ jobs:
e2e-test:
needs: [ ]
runs-on: ARM64
strategy:
matrix:
os: [ ARM64, ubuntu-24.04-arm ]
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf false # Mainly for Windows
- uses: actions/checkout@v4