Skip to content

Commit

Permalink
test10
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Nov 29, 2023
1 parent 4ed9b04 commit 0c2fbf8
Show file tree
Hide file tree
Showing 3 changed files with 1,481 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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"
#- 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
Loading

0 comments on commit 0c2fbf8

Please sign in to comment.