Skip to content

Commit

Permalink
test workflows #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 8, 2024
1 parent 8fdbe22 commit a532393
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
run: ls

- name: Set working directory to 'frontend'
run: cd WordClips/frontend
run: cd frontend

- name: Print current working directory (after cd frontend)
run: pwd

- name: Look around
run: ls

# Install dependencies
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit a532393

Please sign in to comment.