Skip to content

Commit

Permalink
Change path to npm_test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Aug 10, 2023
1 parent 236a036 commit 97aa89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_node_package_with_pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3

- name: NPM
uses: '.github/actions/npm_test'
uses: 'flowforge/github-actions-workflows/.github/actions/npm_test'
with:
node_version: ${{ matrix.node-version }}
run_tests: ${{ inputs.run_tests }}
Expand Down

0 comments on commit 97aa89a

Please sign in to comment.