Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix: actions path
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Oct 6, 2023
1 parent 93092bf commit ce42c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4
# setup nodejs environment
- name: Setup Node.js environment
uses: ./.github/actions/setup_node
uses: ./actions/setup_node
# cache the dependencies to speed up the build and then install dependencies
- name: Cache dependencies
uses: ./.github/actions/npm_install_from_cache
uses: ./actions/npm_install_from_cache
# build the react app
- name: Build
run: npm run build
Expand Down

0 comments on commit ce42c9b

Please sign in to comment.