Skip to content

Commit

Permalink
Print version during CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Dec 13, 2024
1 parent bceb923 commit a5e6fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
cmake --workflow --preset build-and-test
cmake --workflow --preset package
./end2end-tests/run_end2end_tests.sh ${{ matrix.LLVM_VERSION }}
mull-runner-${{ matrix.LLVM_VERSION }} --version
- name: Publish package
uses: devcontainers/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
cmake --workflow --preset build-and-test
cmake --workflow --preset package
./end2end-tests/run_end2end_tests.sh ${{ matrix.LLVM_VERSION }}
mull-runner-${{ matrix.LLVM_VERSION }} --version

- name: Publish package
uses: devcontainers/[email protected]
Expand Down

0 comments on commit a5e6fff

Please sign in to comment.