Skip to content

Commit

Permalink
Valid github action
Browse files Browse the repository at this point in the history
  • Loading branch information
owenkellogg committed Apr 17, 2024
1 parent 93a4a18 commit a80e0c4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
<<<<<<< HEAD
<<<<<<< HEAD
image: postgis/postgis
=======
image: postgres:14
>>>>>>> 1e538ac9 ([CI] Upgrade postgres to 14 from 10.10 in github actions)
=======
image: postgis/postgis
>>>>>>> a5a9b950 ([CI] Attempt to use postgis image rather than base postgres in action)
env:
# optional (defaults to `postgres`)
POSTGRES_DB: postgres_db
Expand Down Expand Up @@ -79,4 +71,3 @@ jobs:
npx prisma db push
npm test
- uses: codecov/codecov-action@v3

0 comments on commit a80e0c4

Please sign in to comment.