Skip to content

Commit

Permalink
Debugging file
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd authored Jan 20, 2024
1 parent ea362ef commit 7ad1ddc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ jobs:
- uses: actions/checkout@v3

- name: Navigate to server directory
run: cd x-clone-backend
- name: Listing server files
run: ls && pwd

run: cd x-clone-backend && ls && pwd
- run: cd x-clone-backend && ls && pwd
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
run: cd x-clone-backend && ls && pwd
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: cd x-clone-backend && pwd && ls
- run: npm ci
- run: npm test
- run: pm2 restart backendserver
Expand Down

0 comments on commit 7ad1ddc

Please sign in to comment.