mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -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'
|
||||
cache: 'npm'
|
||||
- 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
|
||||
id: create-matrix
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
@ -29,9 +29,9 @@ jobs:
|
|||
continue-on-error: true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
# matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
|
||||
matrix:
|
||||
cluster_id: [1]
|
||||
matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
|
||||
# matrix:
|
||||
# cluster_id: [1]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue