Skip to content

Commit 0e6068c

Browse files
committed
try other dependencies
1 parent 85b9880 commit 0e6068c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
1717
uses: ./.github/workflows/lint.yml
1818

19-
test:
19+
test_common:
2020
needs: lint
2121
uses: ./.github/workflows/test_common.yml
2222

2323
test_local_destinations:
24-
needs: lint
24+
needs: test_common
2525
uses: ./.github/workflows/test_destinations_local.yml

0 commit comments

Comments
 (0)