From 5fa0954e235e41f648fe97f07a8a7f6a7ede2dd2 Mon Sep 17 00:00:00 2001 From: lizrabuya <115472349+lizrabuya@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:23:00 +1000 Subject: [PATCH] breakdown unit-tests --- .github/workflows/unit-tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 77b632d..49d39f1 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,5 +12,12 @@ jobs: uses: actions/checkout@v3 - name: Verify that the Docker image for the action builds - run: docker build . --file Dockerfile + run: docker build . --file Dockerfile + + tests: + name: unit-test + runs-on: ubuntu-latest + steps: + - name: Run unit test for the action + run: docker run --rm -ti -v "./":/plugin buildkite/plugin-tester:v4.0.0 \ No newline at end of file