%PDF- %PDF-
Direktori : /home/ugotscom/bos_naturals/node_modules/laravel-echo/.github/workflows/ |
Current File : /home/ugotscom/bos_naturals/node_modules/laravel-echo/.github/workflows/tests.yml |
name: tests on: push: pull_request: schedule: - cron: '0 0 * * *' jobs: tests: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v1 - name: Install dependencies run: npm install - name: ESLint run: npm run lint - name: Execute tests run: npm test - name: Run build run: npm run build