Removed extra db-seed call since we use cache-db (#9212)

This commit is contained in:
Keith Williams 2023-05-30 21:13:28 -03:00 committed by GitHub
parent 451278b48e
commit 991167fb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,6 @@ jobs:
- uses: ./.github/actions/env-read-file
- uses: ./.github/actions/cache-db
- uses: ./.github/actions/cache-build
- name: Seed Test DB
run: yarn db-seed
- name: Run Tests
run: yarn e2e --shard=${{ matrix.shard }}/${{ strategy.job-total }}
env: