Skip to content

Commit ab19c8e

Browse files
Workflow testing
1 parent 2941962 commit ab19c8e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run-e2e-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ jobs:
9292
run: npx playwright install --with-deps
9393
working-directory: e2e
9494

95+
- name: Run a bash command and print output
96+
run: |
97+
echo "Listing devbox processes:"
98+
devbox services ls
99+
shell: bash
100+
95101
- name: Wait for App to be available
96102
uses: nev7n/wait_for_response@v1
97103
with:

0 commit comments

Comments
 (0)