Skip to content

Commit

Permalink
test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 13, 2024
1 parent 1dd34b1 commit 1f45cd4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and run with Docker Compose
run: |
docker-compose up -f "dev/docker/docker-compose.yml" -d --build --abort-on-container-exitup
Expand Down

0 comments on commit 1f45cd4

Please sign in to comment.