We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99c2d8 commit 11a68f2Copy full SHA for 11a68f2
2 files changed
.github/workflows/integration_test.yml
.github/workflows/unittests.yml
@@ -1,12 +1,18 @@
1
-name: Run python only unit tests and mypy
+name: Run mypy and python-only unit and integration tests
2
3
on:
4
push:
5
workflow_dispatch:
6
7
+env:
8
+ PROXY_URL: https://efile-test.suffolklitlab.org
9
+ PROXY_API_KEY: ${{ secrets.EFILE_PROXY_API_KEY }}
10
+ bryce_user_email: ${{ secrets.TYLER_EMAIL }}
11
+ bryce_user_password: ${{ secrets.TYLER_PASSWORD }}
12
+
13
jobs:
14
test-efspintegration:
15
runs-on: ubuntu-latest
- name: Run python only unit tests
16
+ name: Run python-only unit and integration tests
17
steps:
18
- uses: SuffolkLITLab/ALActions/pythontests@main
0 commit comments