From 7c8bb006227155fe9a13d865a03568d5a67420a1 Mon Sep 17 00:00:00 2001 From: "Fco. Javier Delgado del Hoyo" Date: Sat, 6 Mar 2021 12:53:45 +0100 Subject: [PATCH] add test to github action --- .github/workflows/image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 800a096..efc5c8c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -1,6 +1,7 @@ name: build docker image on: + workflow_dispatch: push: branches: - "**" @@ -13,6 +14,8 @@ jobs: steps: - name: Checkout the code uses: actions/checkout@v2 + - name: Test + run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test - name: Install buildx id: buildx uses: crazy-max/ghaction-docker-buildx@v1