Skip to content

Commit

Permalink
CHE-162 Updated naming in workflows for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Jun 5, 2024
1 parent 153ef27 commit 3950dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Docker Image
run: docker build -t codehammers/ch-dev-dep-test:latest -f Dockerfile-dev .
run: docker build -t codehammers/ch-dev-dep-v2:latest -f Dockerfile-dev .
- name: Install Root Dependencies
run: docker run codehammers/ch-dev-dep-test:latest npm install
run: docker run codehammers/ch-dev-dep-v2:latest npm install
- name: Install Client Dependencies
run: docker run codehammers/ch-dev-dep-test:latest /bin/sh -c "cd client && npm install"
run: docker run codehammers/ch-dev-dep-v2:latest /bin/sh -c "cd client && npm install"
- run: LINT_COMMAND=lint docker-compose -f docker-compose-lint.yml up --abort-on-container-exit
- run: docker-compose -f docker-compose-test.yml up --abort-on-container-exit
env:
Expand Down

0 comments on commit 3950dac

Please sign in to comment.