Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-grinko committed May 10, 2024
1 parent 184de71 commit 2960c32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
with:
path: backend

- name: Debugging: Verify Working Directory and Files
run: |
pwd
ls -la
working-directory: backend

- name: Checkout
uses: actions/checkout@v2
with:
path: backend

- name: Install Dependencies
run: |
npm install
Expand Down

0 comments on commit 2960c32

Please sign in to comment.