Skip to content

Commit

Permalink
Archive all_react_app_exports.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Apr 3, 2024
1 parent 10f2a20 commit c4fad27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/foreman_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ jobs:
path: |
package-lock.json
${{ format('{0}/package-lock.json', inputs.plugin) }}
- name: Archive all_react_app_exports
uses: actions/upload-artifact@v4
with:
name: all_react_app_exports-${{ env.ARTIFACT_SUFFIX }}.js
path: foreman/webpack/assets/javascripts/all_react_app_exports.js
- name: Prepare test env
if: ${{ !contains(matrix.task, 'nulldb') }}
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/foreman_plugin_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ jobs:
path: |
foreman/package-lock.json
${{ format('{0}/package-lock.json', inputs.plugin) }}
- name: Archive all_react_app_exports
uses: actions/upload-artifact@v4
with:
name: all_react_app_exports-${{ env.ARTIFACT_SUFFIX }}.js
path: foreman/webpack/assets/javascripts/all_react_app_exports.js
- name: Lint ${{ inputs.plugin }}
run: npm run lint
working-directory: ${{ inputs.plugin }}
Expand Down

0 comments on commit c4fad27

Please sign in to comment.