pull/38/head
Vinícius Garcia 2023-04-02 11:45:15 -03:00
parent 8f45498f58
commit 1ee2768edb
1 changed files with 6 additions and 1 deletions
.github/workflows

View File

@ -9,7 +9,12 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: Pull Postgres
run: docker pull postgres:14.0
- name: Pull MariaDB