Skip to content

Commit

Permalink
fix: remove docker-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Dec 20, 2023
1 parent 488b5c2 commit 16d374e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Build Docker image
- name: Build Docker image and run the tests
run: docker buildx build -t tests -f Dockerfile.tests .

- name: Run tests
run: docker run tests

0 comments on commit 16d374e

Please sign in to comment.