revert workflow

This commit is contained in:
Nicolas Constant 2020-07-05 20:29:36 -04:00
parent b34385fd22
commit 774c304ff7
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Launch Db for testing
run: docker run --name postgres -e POSTGRES_DB=mytestdb -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with: