scheduled-installer-check #57889
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Meant to monitor that our CLI works and accessible | |
name: scheduled-installer-check | |
on: | |
schedule: | |
- cron: "5,25,45 * * * *" | |
jobs: | |
scheduled-installer-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install practica | |
run: npx @practica/create-node-app immediate --install-dependencies |