We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14c7dc commit 90c8501Copy full SHA for 90c8501
.github/workflows/alkiln_tests.yml
@@ -20,12 +20,11 @@ jobs:
20
name: Run end-to-end tests
21
steps:
22
- uses: actions/checkout@v3
23
- - name: Use ALKiln to run end-to-end tests
24
- uses: SuffolkLITLab/ALKiln@v5
+ - name: "ALKiln - Start the isolated temporary docassemble server on GitHub"
+ id: github_server
25
+ uses: suffolkLITLab/ALKiln/action_for_github_server@v5
26
with:
- SERVER_URL: "${{ secrets.SERVER_URL }}"
27
- DOCASSEMBLE_DEVELOPER_API_KEY: "${{ secrets.DOCASSEMBLE_DEVELOPER_API_KEY }}"
28
- SERVER_RELOAD_TIMEOUT_SECONDS: 120
+ SHOW_DOCKER_OUTPUT: "${{ github.event.inputs.show_docker_output }}"
29
- run: echo "Finished running ALKiln end-to-end tests"
30
31
## To make a new issue in your repository when a test fails,
0 commit comments