From 8fdbe221a57efc8990f4150696967e156688941d Mon Sep 17 00:00:00 2001 From: Irenej Bozovicar Date: Mon, 8 Jan 2024 14:12:09 +0100 Subject: [PATCH] test workflow #4 --- .github/workflows/firebase-hosting-merge.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 62f8aed..c3ccec3 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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