We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73de097 commit 6277883Copy full SHA for 6277883
.github/workflows/tests-in-docker.yml
@@ -15,4 +15,4 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Run the integration tests
18
- run: docker run --file Dockerfile.test --tag test-image .
+ run: docker build --file Dockerfile.test --tag test-image .
0 commit comments