Skip to content

Commit

Permalink
[CI] shorten waiting times for packagist and deploy to speed-up process
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 6, 2022
1 parent 3ae5f0c commit 1c64bb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
-
name: "Wait before checkout rectorphp/rector-src on create a tag"
if: "startsWith(github.ref, 'refs/tags/')"
run: sleep 60
run: sleep 20

-
uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
coverage: none

# wait for deploy to packagist
- run: sleep 70
- run: sleep 40

- run: |
mkdir standalone
Expand Down
2 changes: 1 addition & 1 deletion build/target-repository/.github/workflows/e2e_global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
coverage: none

# wait for deploy to packagist
- run: sleep 70
- run: sleep 40

-
run: |
Expand Down
2 changes: 1 addition & 1 deletion build/target-repository/.github/workflows/e2e_php72.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
coverage: none

# wait for deploy to packagist
- run: sleep 70
- run: sleep 40

-
run: composer install --ansi
Expand Down

0 comments on commit 1c64bb1

Please sign in to comment.