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