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