Skip to content

Commit becbfc9

Browse files
Added --pull to regression test runner.
1 parent 322f8e4 commit becbfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222

2323
- name: Run regression tests
2424
run: |
25-
docker build .
25+
docker build --pull .
2626
2727

0 commit comments

Comments
 (0)