Skip to content

Commit

Permalink
Update unit-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Dec 19, 2023
1 parent fd99fa8 commit be0b793
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,10 @@ jobs:
run: pip install -r requirements.txt

- name: Run Python unit tests
run: python3 -m unittest tests/zeta
run: python3 -m pytest

- name: Verify that the Docker image for the action builds
run: docker build . --file Dockerfile

- name: Integration test 1
uses: ./
with:
input-one: something
input-two: true

- name: Integration test 2
uses: ./
with:
input-one: something else
input-two: false


- name: Verify integration test results
run: python3 -m unittest unittesting/zeta
run: python3 -m pytest

0 comments on commit be0b793

Please sign in to comment.