mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-13 21:04: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:
|
e2e-test:
|
||||||
needs: [ ]
|
needs: [ ]
|
||||||
strategy:
|
runs-on: ubuntu-24.04-arm
|
||||||
matrix:
|
|
||||||
os: [ ARM64, ubuntu-24.04-arm ]
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- run: git config --global core.autocrlf false # Mainly for Windows
|
- run: git config --global core.autocrlf false # Mainly for Windows
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue