diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 36fb103..77b632d 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,8 +12,5 @@ jobs: uses: actions/checkout@v3 - name: Verify that the Docker image for the action builds - run: docker build . --file Dockerfile - - - name: Run unit test for the action - run: docker run --rm -ti -v "$PWD":/plugin buildkite/plugin-tester:v4.0.0 + run: docker build . --file Dockerfile \ No newline at end of file