Skip to content

Commit 932bfba

Browse files
authored
Update unit_integration_test.yaml
1 parent 2626f4c commit 932bfba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit_integration_test.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ concurrency:
2626
cancel-in-progress: true
2727

2828
jobs:
29+
await-fast-ci:
30+
name: Await Fast CI
31+
uses: ./.github/workflows/await-fast-ci.yaml
32+
2933
unit_tests:
3034
name: Unit / Integration Tests
35+
needs: await-fast-ci
3136
if: github.actor != 'restyled-io[bot]'
3237

3338
strategy:

0 commit comments

Comments
 (0)