From 5cc607d2bca4f1a5556057153d037d3a8ee5ea0e Mon Sep 17 00:00:00 2001 From: Greg V Date: Tue, 2 Jul 2024 10:50:38 -0700 Subject: [PATCH] had to give pytest a real test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a5296c..3014af6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: - name: ๐Ÿงช Run tests run: | source venv/bin/activate - pytest conftest.py + pytest test/common/utils/test_firebase.py - name: ๐Ÿ“Š Upload test results uses: actions/upload-artifact@v3