mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update auto-update.yml
This commit is contained in:
parent
17d8e4f487
commit
6448aae5f8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/auto-update.yml
vendored
8
.github/workflows/auto-update.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: node scripts/commands/create-database.js --max-clusters=30000
|
- run: node scripts/commands/create-database.js
|
||||||
- run: node scripts/commands/create-matrix.js
|
- run: node scripts/commands/create-matrix.js
|
||||||
id: create-matrix
|
id: create-matrix
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
@ -29,9 +29,9 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
# matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
|
matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
|
||||||
matrix:
|
# matrix:
|
||||||
cluster_id: [1]
|
# cluster_id: [1]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue