Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: realtime updates not working #503

Merged
merged 9 commits into from
Sep 11, 2024
Prev Previous commit
Next Next commit
Fixed typo in actions/upload-artifact version
  • Loading branch information
fredericsimard committed Sep 11, 2024
commit 2ee9afa48541f7dc2076d4ec0f7694c432afa381
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
pytest --ignore=./tests/test_integration.py --html=mobility-catalogs-unit-tests-report.html --self-contained-html
- name: Upload the HTML artifact
uses: actions/upload-artifact@v@v4.4.0
uses: actions/upload-artifact@v4.4.0
with:
name: mobility-catalogs-unit-tests-report-v${{ github.run_id }}.${{ github.run_number }}
path: mobility-catalogs-unit-tests-report.html
Loading