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