Skip to content

Commit

Permalink
remove docker container run command from action
Browse files Browse the repository at this point in the history
  • Loading branch information
serhio-k committed Oct 17, 2024
1 parent cb852d7 commit 29891cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/databricks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ jobs:
- name: Build test Docker image
run: |
docker build -t databricks-test-image -f databricks.dockerfile .
- name: Run tests in Docker container
run: |
docker run databricks-test-image pytest src/tests

0 comments on commit 29891cc

Please sign in to comment.