Skip to content

Commit

Permalink
add missing steps
Browse files Browse the repository at this point in the history
Signed-off-by: Ljubo Nikolić <[email protected]>
  • Loading branch information
ljubon committed Mar 28, 2024
1 parent 0c3bff3 commit ef9f851
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.8"

- name: Install dependencies
run: pip3 install -r requirements.txt

# If there is difference between files, job will fail
- name: Verify the
- name: Compare results
id: verify
run: |
python3 generate_alert.py $TEST_DATA $REGRESSION_PATH
Expand Down

0 comments on commit ef9f851

Please sign in to comment.