From 54740df823e4ed921cb890f58742efc9e5070b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 18 Jan 2024 10:16:44 +0000 Subject: [PATCH] add test stage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- .github/workflows/molecule.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 49e5f0c..7dab500 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -31,6 +31,14 @@ jobs: && source foo/bin/activate \ && ansible --version + - name: Validate that vagrant works + run: | + vagrant --version + + - name: Run molecule + run: | + molecule test + - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: