Skip to content

Commit 352cfbd

Browse files
committed
test
1 parent cfe2b75 commit 352cfbd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-variant-dependency-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818

1919
jobs:
2020
build:
21+
runs-on: ubuntu-latest
2122
strategy:
2223
fail-fast: false
2324
matrix: ${{ fromJSON(inputs.build-matrix) }}

.github/workflows/test-variant-dependency-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818

1919
jobs:
2020
test:
21+
runs-on: ubuntu-latest
2122
strategy:
2223
fail-fast: false
2324
matrix: ${{ fromJSON(inputs.build-matrix) }}

0 commit comments

Comments
 (0)