Skip to content

Commit 5e9f2af

Browse files
committed
test: ensure os is returned from setup
1 parent 00c8d5e commit 5e9f2af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
outputs:
1818
matrix: ${{ steps.set-matrix.outputs.matrix }}
19+
os: ${{ steps.set-matrix.outputs.os }}
1920
steps:
2021
- name: Check PR labels
2122
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)