mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
UpdateManager tests are unreliable on CI due to rate limiting
This commit is contained in:
parent
5262551e1d
commit
2a24716d77
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -381,7 +381,7 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
cpack
|
cpack
|
||||||
|
|
||||||
- name: Upload Disk Image (macOs)
|
- name: Upload Disk Image (macOS)
|
||||||
if: ${{ startsWith(matrix.os, 'macos') }}
|
if: ${{ startsWith(matrix.os, 'macos') }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -393,7 +393,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }}
|
MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }}
|
||||||
MAPTILER_API_KEY: ${{ secrets.MAPTILER_API_KEY }}
|
MAPTILER_API_KEY: ${{ secrets.MAPTILER_API_KEY }}
|
||||||
run: ctest -C ${{ matrix.build_type }} --exclude-regex test_mln.*
|
run: ctest -C ${{ matrix.build_type }} --exclude-regex "test_mln.*|UpdateManager.*"
|
||||||
|
|
||||||
- name: Upload Test Logs
|
- name: Upload Test Logs
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue