mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-12 20:34:46 +00:00
Update .github/workflows/auto-test.yml
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
60312a128f
commit
4f690c5b81
1 changed files with 1 additions and 4 deletions
5
.github/workflows/auto-test.yml
vendored
5
.github/workflows/auto-test.yml
vendored
|
@ -78,10 +78,7 @@ jobs:
|
|||
|
||||
e2e-test:
|
||||
needs: [ ]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ARM64, ubuntu-24.04-arm ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- run: git config --global core.autocrlf false # Mainly for Windows
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue