Skip to content

Commit 4f389ea

Browse files
Specify OS for build-test in workflow
Added 'with' section to specify OS for build-test.
1 parent 971c2c6 commit 4f389ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
needs: authorize
2626
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main
2727
secrets: inherit
28+
with:
29+
os: ubuntu-latest
2830

2931
dependabot-automerge:
3032
needs: [ build-test,authorize ]

0 commit comments

Comments
 (0)