mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-04-19 03:04:16 +00:00
Increasing assertion value to 18700
This commit is contained in:
4
.github/workflows/update_distribution.yml
vendored
4
.github/workflows/update_distribution.yml
vendored
@@ -41,8 +41,8 @@ jobs:
|
||||
- name: Download Distribution files
|
||||
run: ./.github/download_distribution.py .
|
||||
|
||||
- name: Assert Distribution files amount to be over 13000
|
||||
run: set -exo pipefail && (( $(find . -type f | wc -l) > 13000 ))
|
||||
- name: Assert Distribution files amount to be over 18700
|
||||
run: set -exo pipefail && (( $(find . -type f | wc -l) > 18700 ))
|
||||
|
||||
- name: Commit Distribution files
|
||||
run: ./.github/commit_distribution.sh
|
||||
|
||||
Reference in New Issue
Block a user