Skip to content

Commit

Permalink
Add delay before run browser integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
berejant committed Oct 11, 2023
1 parent e09b4c0 commit 71959bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ jobs:
needs:
- put-secrets-into-infisical
steps:
# Pigeon App should be deployed before browser integration tests - they both use same OpenVPN connection to server
- name: Sleep for 1 minute
run: sleep 60
- name: Pigeon App Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
Expand Down

0 comments on commit 71959bd

Please sign in to comment.