From 59c22918155e465318a856f45c7593bc7ffe1e46 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 29 Nov 2023 08:49:13 -0500 Subject: [PATCH] test8 --- .github/workflows/build-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index 19783f8..66527ba 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -14,4 +14,6 @@ jobs: run: docker run brok3turtl3/codehammers:latest npm install - name: Install Client Dependencies run: docker run brok3turtl3/codehammers:latest /bin/sh -c "cd client && npm install" + - name: List node_modules + run: docker run brok3turtl3/codehammers:latest /bin/sh -c "ls node_modules && cd client && ls node_modules" - run: docker-compose -f docker-compose-test.yml up --abort-on-container-exit