This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2
|
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2.1
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
@@ -24,8 +24,6 @@ jobs:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install docker
|
|
||||||
run: curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
|
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run migrations
|
- name: Run migrations
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2
|
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2.1
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user