Skip to content

Commit

Permalink
test workflow #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 8, 2024
1 parent 5bf1103 commit 1c77d46
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v3

# Ensure the working directory is set to the app's directory
- name: Set working directory
- name: Print current working directory (root)
run: pwd

- name: Set working directory to 'frontend'
run: cd 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 1c77d46

Please sign in to comment.