Sha256: a7c70a1c5a5e7444e010ba997ea964b037ac3d660b766181ba635aeac448fe2c

Contents?: true

Size: 618 Bytes

Versions: 49

Compression:

Stored size: 618 Bytes

Contents

name: JS
on:
  pull_request:
    paths:
      - 'webpack/**'
      - 'package.json'
      - '.github/workflows/js_ci.yml'
jobs:
  test_js:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        node-version: [12]
    steps:
      - uses: actions/checkout@v2
      - name: Setup Node
        uses: actions/setup-node@v1
        with:
          node-version:  ${{ matrix.node-version }}
      - name: Npm install
        run: |
          npm install
      - name: Run plugin linter
        run: |
          npm run lint
      - name: Run plugin tests
        run: |
          npm run test

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
foreman_remote_execution-4.7.0 .github/workflows/js_ci.yml
foreman_remote_execution-4.5.3 .github/workflows/js_ci.yml
foreman_remote_execution-4.5.2 .github/workflows/js_ci.yml
foreman_remote_execution-4.5.1 .github/workflows/js_ci.yml
foreman_remote_execution-4.6.0 .github/workflows/js_ci.yml
foreman_remote_execution-4.5.0 .github/workflows/js_ci.yml
foreman_remote_execution-4.4.0 .github/workflows/js_ci.yml
foreman_remote_execution-4.3.1 .github/workflows/js_ci.yml
foreman_remote_execution-4.3.0 .github/workflows/js_ci.yml