fix
All checks were successful
Build Project / test (push) Has been cancelled

This commit is contained in:
2023-09-24 21:32:08 +00:00
parent 47c5b0ef83
commit 02d2c27488

View File

@@ -5,7 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: rust:latest
image: rust:alpine
# Service containers to run with `container-job`
services:
@@ -28,7 +28,8 @@ jobs:
- 5432:5432
steps:
- run: apt update && apt install nodejs docker -y
- run: apk update && apk upgrade && apk add nodejs docker
- run: rustup
- name: Checkout Code
uses: actions/checkout@v2
- name: Run migrations