Skip to content

Commit

Permalink
Added a 30 second delay to tests to capture screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zashraf1985 committed Nov 5, 2024
1 parent 9e4ee65 commit ec9d23a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd-02-github-action-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
python-version: '3.x'

- name: Run tests
run: python -m unittest discover
run: |
sleep 30 # Add a delay of 30 seconds
python -m unittest discover
working-directory: ci-cd/02-github-action-ci

0 comments on commit ec9d23a

Please sign in to comment.