Skip to content

Commit

Permalink
test workflow #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 8, 2024
1 parent a532393 commit 936e44f
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Print current working directory (root)
run: pwd

- name: Look around
run: ls

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

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

- name: Look around
run: ls
- name: Open frontend directory
working-directory: frontend
run: |
ls -la
# Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 936e44f

Please sign in to comment.