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 62d2ff0 commit 916d1c4Copy full SHA for 916d1c4
.github/workflows/ci.yml
@@ -52,7 +52,14 @@ jobs:
52
- use_vcpkg=true
53
steps:
54
- *checkout
55
- - run: |
56
- bash tools/earthly.sh +build \
+ - name: Build
+ run: bash tools/earthly.sh +build \
57
+ --from=${{matrix.from}} \
58
+ --${{matrix.vcpkg_arg}}
59
+ # This step will use the same cached +build results as long as all Earthly
60
+ # build arguments are equivalent. Make sure of that!
61
+ - name: Test
62
+ run: |
63
+ bash tools/earthly.sh -a +test/results.xml results.xml \
64
--from=${{matrix.from}} \
65
--${{matrix.vcpkg_arg}}
0 commit comments