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