\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/admin/.github/workflows/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/admin/.github/workflows/test.yml |
name: Tests
on:
push:
branches:
- devel
- master
pull_request:
branches:
- "**"
env:
FORCE_COLOR: 2
jobs:
run:
name: Node
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4.1.0
- name: Set up Node.js
uses: actions/setup-node@v3.8.1
with:
node-version: "16.x"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm run testpr