Skip to content

Switch to tfm-test

Switch to tfm-test #63

---
name: JavaScript Testing
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
paths:
- 'webpack/**'
- 'package.json'
- '.github/workflows/javascript_tests.yml'
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
name: JavaScript
uses: theforeman/actions/.github/workflows/foreman_plugin_js.yml@v0
with:
plugin: foreman_acd
...