Skip to content

Commit

Permalink
test(e2e): Add docker-compose for soft-deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Apr 26, 2020
1 parent 8af54c7 commit 612238e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: docker-compose -f ./examples/nest-graphql-typeorm/docker-compose.yml up -d
- run: docker-compose -f ./examples/federation/docker-compose.yml up -d
- run: docker-compose -f ./examples/nest-graphql-typeorm-soft-delete/docker-compose.yml up -d
- run: npm ci
- run: npm run bootstrap -- --ignore-scripts
- run: npm run build
Expand Down

0 comments on commit 612238e

Please sign in to comment.