update
This commit is contained in:
parent
be0162fd7b
commit
0e4b51614c
@ -5,6 +5,15 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
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:
|
setup_native:
|
||||||
if: contains(github.event.head_commit.message, '@native')
|
if: contains(github.event.head_commit.message, '@native')
|
||||||
runs-on: host
|
runs-on: host
|
||||||
@ -13,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref_name }}
|
ref: ${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user