Commit 5565e479 authored by Juan C's avatar Juan C

Explicit declaration for `machine: true`

parent d217ae79
...@@ -1271,7 +1271,8 @@ jobs: ...@@ -1271,7 +1271,8 @@ jobs:
./ops/scripts/ci-match-values-between-files.sh "<< parameters.file1_path >>" "<< parameters.pattern_file1 >>" "<< parameters.file2_path >>" "<< parameters.pattern_file2 >>" ./ops/scripts/ci-match-values-between-files.sh "<< parameters.file1_path >>" "<< parameters.pattern_file1 >>" "<< parameters.file2_path >>" "<< parameters.pattern_file2 >>"
test-proofs: test-proofs:
machine: true machine:
image: ubuntu-2204:2023.07.2
steps: steps:
- checkout - checkout
- check-changed: - check-changed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment