One more shot

This commit is contained in:
Kieran Eglin 2024-06-13 16:10:59 -07:00
parent 81bd819123
commit 92d9c459b1
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
env:
COMPOSE_FILE: ./docker/docker-compose.ci.yml
COMPOSE_FILE: ./docker-compose.ci.yml
steps:
- name: Checkout code

View file

@ -1,7 +1,7 @@
services:
phx:
build:
context: ../
context: .
dockerfile: ./docker/dev.Dockerfile
environment:
- MIX_ENV=test