Skip to content

Commit e01de2b

Browse files
committed
Update test workflow to run jobs sequentially
1 parent ea577b4 commit e01de2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
3535
3636
test-coverage:
37-
3837
runs-on: ubuntu-latest
39-
38+
needs: run-smoke-tests
4039
steps:
4140
- uses: shivammathur/setup-php@16011a795d747d5f45038f96371c3b98aec5669d
4241
with:

0 commit comments

Comments
 (0)