Skip to content

Commit

Permalink
breakdown unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrabuya committed Sep 19, 2023
1 parent 6e57c5a commit 5fa0954
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fa0954

Please sign in to comment.