Skip to content

Commit

Permalink
fix(ci): add previous steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioespinosa committed Jul 15, 2022
1 parent 2515be0 commit 805f278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/setup-node@v2

- run: yarn --ignore-engines
# - run: yarn run test
# - run: yarn run test-mongo-init
# - run: yarn run test-mongo
- run: yarn run test
- run: yarn run test-mongo-init
- run: yarn run test-mongo
- run: yarn run dev & yarn run test:e2e

0 comments on commit 805f278

Please sign in to comment.