Rename to create-database.js

This commit is contained in:
Aleksandr Statciuk
2022-01-22 18:41:03 +03:00
parent dfe3d557f9
commit fcf9d54b94
3 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
node-version: '14'
cache: 'npm'
- run: npm install
- run: node scripts/commands/create-queue.js
- run: node scripts/commands/create-database.js
- run: node scripts/commands/create-matrix.js
id: create-matrix
- uses: actions/upload-artifact@v2