Skip to content

Commit 6277883

Browse files
authored
Update tests-in-docker.yml: use build rather than run
1 parent 73de097 commit 6277883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-in-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Run the integration tests
18-
run: docker run --file Dockerfile.test --tag test-image .
18+
run: docker build --file Dockerfile.test --tag test-image .

0 commit comments

Comments
 (0)