update
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / test (push) Failing after 18s
Setup Native Action / setup_native (push) Has been skipped

This commit is contained in:
hoangvv 2025-01-15 08:58:31 +07:00
parent be0162fd7b
commit 0e4b51614c

View File

@ -5,6 +5,15 @@ on:
- main
jobs:
test:
runs-on: host
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: test venv
run: ${{ github.workspace }}/venv/bin/pip --version
setup_native:
if: contains(github.event.head_commit.message, '@native')
runs-on: host
@ -13,7 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Setup
run: make install