Skip to content

Commit

Permalink
fix names and rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Feb 8, 2024
1 parent b20382a commit c0d67fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Docker Compose
- name: Install docker-compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: copy example env file
- name: Copy example env file
run: |
cp devtools/deployment/.env.example .env
- name: Build and run Docker Compose
- name: Build and run containers
run: |
docker-compose -f docker-compose-dev.yml up -d
- name: run tests
- name: Run tests
run: |
docker-compose -f docker-compose-dev.yml exec web bash -c " cd argos && /opt/conda/bin/python manage.py test"

0 comments on commit c0d67fb

Please sign in to comment.