Skip to content

Commit

Permalink
test workflow #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 8, 2024
1 parent 1c77d46 commit 8fdbe22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- name: Print current working directory (root)
run: pwd

- name: Look around
run: ls

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

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

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

0 comments on commit 8fdbe22

Please sign in to comment.