Skip to content

Commit

Permalink
update docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Oct 3, 2024
1 parent 72159ab commit 98f9751
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name: CI
on:
push:
branches:
- main
- main
pull_request:
branches:
- main
- main

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- shell: bash
run: |
cp .env.example .env
- name: Build containers and run tests
run: docker-compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app
- uses: actions/checkout@v1
- shell: bash
run: |
cp .env.example .env
- name: Build containers and run tests
run: docker compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app

0 comments on commit 98f9751

Please sign in to comment.