You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/alkiln_tests.yml
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ on:
8
8
description: 'Optional. Use a "tag expression" specify which tagged tests to run. See https://cucumber.io/docs/cucumber/api/#tag-expressions for syntax.'
9
9
default: ''
10
10
required: false
11
+
show_docker_output:
12
+
required: false
13
+
default: false
14
+
type: boolean
15
+
description: 'Show the docker logs while building the GitHub server container. It will also save the docker log artifact. This might show sensitive config information.'
11
16
# To run your tests on a schedule, delete the first "#" symbol at the beginning of each line below.
12
17
## Also see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
13
18
## Also see https://crontab.guru/examples.html
@@ -20,12 +25,22 @@ jobs:
20
25
name: Run end-to-end tests
21
26
steps:
22
27
- uses: actions/checkout@v3
23
-
- name: Use ALKiln to run end-to-end tests
28
+
- name: "ALKiln - Start the isolated temporary docassemble server on GitHub"
0 commit comments