Skip to content

Commit

Permalink
Use buildx in docker to improve caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDeSmedt committed Apr 10, 2024
1 parent 0ab5ff1 commit 6585b18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: docker-build
run: docker build -f docker/Dockerfile -t lsp-testing .
run: docker buildx build -f docker/Dockerfile -t lsp-testing --load .
- name: docker-test
run: docker run lsp-testing python -m pytest

0 comments on commit 6585b18

Please sign in to comment.