mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
ci: Print versions used to check summary (#146)
* Print summary to check summary * Fix working directory * Fix
This commit is contained in:
parent
6d4f16679e
commit
c0265e7f27
20
.github/workflows/tests.yml
vendored
20
.github/workflows/tests.yml
vendored
@ -142,8 +142,26 @@ jobs:
|
||||
run: pytest -n auto test_aqua.py
|
||||
working-directory: aqua-tests
|
||||
|
||||
- name: Setup dasel
|
||||
if: always()
|
||||
uses: allejo/setup-dasel@v1
|
||||
|
||||
- name: Print versions to check summary
|
||||
if: always()
|
||||
working-directory: aqua-tests
|
||||
run: |
|
||||
cat <<SNAPSHOT >> $GITHUB_STEP_SUMMARY
|
||||
## Used versions
|
||||
| name | version |
|
||||
| ---------- | -------------------------------------------------------------------- |
|
||||
| rust-peer | $(docker run --rm --entrypoint=fluence ${RUST_PEER_IMAGE} --version) |
|
||||
| avm | $(dasel -f package-lock.json -p json -m --plain 'packages.(?:-=node_modules/@fluencelabs/avm).version') |
|
||||
| aqua | $(npx aqua --version) |
|
||||
| fluence-js | $(dasel -f package-lock.json -p json -m --plain 'packages.(?:-=node_modules/@fluencelabs/fluence).version') |
|
||||
SNAPSHOT
|
||||
|
||||
- name: Dump rust-peer logs on failure
|
||||
if: failure()
|
||||
if: always()
|
||||
uses: jwalton/gh-docker-logs@v1
|
||||
|
||||
- name: Remove registry directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user