exec @docker
This commit is contained in:
parent
3367976a30
commit
f0d79c3b59
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
native:
|
||||
if: contains(github.event.head_commit.message, '@native')
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: host
|
||||
env:
|
||||
DB_USER: ${{ secrets.DB_USER }}
|
||||
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: Run Tests
|
||||
run: make run_test
|
||||
|
||||
|
||||
docker:
|
||||
if: contains(github.event.head_commit.message, '@docker')
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user