Skip to content

Commit 11a68f2

Browse files
Adjust GitHub Actions to integration test changes
1 parent d99c2d8 commit 11a68f2

2 files changed

Lines changed: 8 additions & 24 deletions

File tree

.github/workflows/integration_test.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/unittests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
name: Run python only unit tests and mypy
1+
name: Run mypy and python-only unit and integration tests
22

33
on:
44
push:
55
workflow_dispatch:
66

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+
713
jobs:
814
test-efspintegration:
915
runs-on: ubuntu-latest
10-
name: Run python only unit tests
16+
name: Run python-only unit and integration tests
1117
steps:
1218
- uses: SuffolkLITLab/ALActions/pythontests@main

0 commit comments

Comments
 (0)