Skip to content

Commit

Permalink
Remove docker run step in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrabuya committed Sep 19, 2023
1 parent baf74e3 commit 6e57c5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6e57c5a

Please sign in to comment.