Skip to content

Commit aa7fb78

Browse files
committed
Add workflow status badges to README
- Add Linting workflow badge - Add E2E Tests workflow badge - Add Test LXD Container Provisioning workflow badge - Add Test Multipass VM Provisioning workflow badge These badges provide immediate visual feedback on the health of all CI workflows.
1 parent 1b9ca41 commit aa7fb78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Linting](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/linting.yml/badge.svg)](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/linting.yml) [![E2E Tests](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-e2e.yml/badge.svg)](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-e2e.yml) [![Test LXD Container Provisioning](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-lxd-provision.yml/badge.svg)](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-lxd-provision.yml) [![Test Multipass VM Provisioning](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-multipass-provision.yml/badge.svg)](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-multipass-provision.yml)
2+
13
# Torrust Testing Infrastructure
24

35
This Rust application provides automated testing infrastructure for Torrust projects. It manages VM provisioning and

0 commit comments

Comments
 (0)