Skip to content

Commit

Permalink
CHE-84 Updated build-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Aug 8, 2024
1 parent cd5f274 commit eb9053a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20.14.0'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Install Docker Compose
run: sudo apt-get update && sudo apt-get install -y docker-compose
- name: Build Docker Image
run: docker build -t codehammers/ch-dev-dep-v3:latest -f Dockerfile-dev .
- name: Install Root Dependencies
Expand Down

0 comments on commit eb9053a

Please sign in to comment.