Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Nov 29, 2023
1 parent 196a090 commit 9f5e423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build Docker Image
run: docker build -t brok3turtl3/codehammers:latest -f Dockerfile-dev .
- name: Install Root Dependencies
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"
- run: docker-compose -f docker-compose-test.yml up --abort-on-container-exit

0 comments on commit 9f5e423

Please sign in to comment.