Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored Oct 31, 2023
1 parent 7f668ad commit 595de55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugins_react_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Build test matrix
id: build_matrix
uses: ekohl/gha-matrix-builder@v0
uses: theforeman/gha-matrix-builder@v0

test:
name: ${{ matrix.plugin }} with Ruby ${{ matrix.ruby }} and Node ${{ matrix.node }}
Expand All @@ -38,7 +38,7 @@ jobs:
- Katello/katello
steps:
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
# We could update the postinstall action for foreman to look for an environment variable for plugin webpack dirs
Expand Down

0 comments on commit 595de55

Please sign in to comment.