update
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / test (push) Successful in 0s
Setup Native Action / setup_native (3.12.7) (push) Has been skipped

This commit is contained in:
hoangvv 2025-01-15 08:27:12 +07:00
parent 0a9184fd14
commit 7ed7b2f6ed

View File

@ -5,7 +5,13 @@ on:
- main
jobs:
test:
runs-on: host
steps:
- name: Get Current directory
run: echo $(pwd)
setup_native:
if: contains(github.event.head_commit.message, '@native')
runs-on: host
strategy:
matrix: