Skip to content

Commit

Permalink
CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Feb 7, 2025
1 parent 819d37c commit fab0bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
environment: unittests
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -40,7 +41,6 @@ jobs:
run: |
cat <<EOF > .env
LOG_LEVEL="INFO"
CB_URL="http://localhost:1026"
ORION_LD_URL="http://localhost:1027"
IOTA_JSON_URL="http://localhost:4041"
IOTA_UL_URL="http://localhost:4061"
Expand Down Expand Up @@ -93,4 +93,5 @@ jobs:
# Step 6: Run Tests
- name: Run tests with unittest and pytest
run: |
python -m unittest tests/clients/test_ngsi_v2_cb.py
python -m pytest tests

0 comments on commit fab0bb3

Please sign in to comment.