Skip to content

Commit

Permalink
Updated workflow to use new install process
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Jun 7, 2022
1 parent 52f7364 commit 1e999b2
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,8 @@ jobs:

- name: Build environment
run: |
shopt -s dotglob
mkdir .envs && cp -r .envs_template/* .envs/
docker-compose -f local.yml build
docker-compose -f local.yml up -d
- name: Bring up environment
run: |
docker-compose -f local.yml up -d
- name: Wait 60 seconds for database migrations
uses: jakejarvis/wait-action@master
with:
time: '60s'

- name: Test seeding database
run: docker-compose -f local.yml run --rm django /seed_data
chmod +x ghostwriter-cli
./ghostwriter-cli install dev
- name: Generate Coverage report
run: |
Expand Down

0 comments on commit 1e999b2

Please sign in to comment.