Skip to content

Commit 964e0a1

Browse files
committed
make native tests required for publishing
1 parent dd14ec2 commit 964e0a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
runs-on: ubuntu-latest
3434
permissions:
3535
contents: read
36-
needs: build
36+
needs:
37+
- build
38+
- nativetest
3739
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
3840
steps:
3941
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)