Skip to content

Commit 90c8501

Browse files
Use GitHub-Server ALKiln instead of apps-test
The apps-test one keeps failing, just start running all of docassemble.
1 parent e14c7dc commit 90c8501

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/alkiln_tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
name: Run end-to-end tests
2121
steps:
2222
- uses: actions/checkout@v3
23-
- name: Use ALKiln to run end-to-end tests
24-
uses: SuffolkLITLab/ALKiln@v5
23+
- name: "ALKiln - Start the isolated temporary docassemble server on GitHub"
24+
id: github_server
25+
uses: suffolkLITLab/ALKiln/action_for_github_server@v5
2526
with:
26-
SERVER_URL: "${{ secrets.SERVER_URL }}"
27-
DOCASSEMBLE_DEVELOPER_API_KEY: "${{ secrets.DOCASSEMBLE_DEVELOPER_API_KEY }}"
28-
SERVER_RELOAD_TIMEOUT_SECONDS: 120
27+
SHOW_DOCKER_OUTPUT: "${{ github.event.inputs.show_docker_output }}"
2928
- run: echo "Finished running ALKiln end-to-end tests"
3029

3130
## To make a new issue in your repository when a test fails,

0 commit comments

Comments
 (0)