diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df3c74a205..01d422281a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,16 +75,15 @@ jobs: run: mkdir -p $HOME/.core/database - name: Integration tests run: yarn test:integration:coverage --coverageDirectory .coverage/integration/ + env: + CORE_DB_DATABASE: ark_unitnet + CORE_DB_USERNAME: ark + POSTGRES_USER: ark + POSTGRES_PASSWORD: password + POSTGRES_DB: ark_unitnet - name: Codecov run: ./node_modules/.bin/codecov --token=${{ secrets.CODECOV_TOKEN }} - env: - CORE_DB_DATABASE: ark_unitnet - CORE_DB_USERNAME: ark - POSTGRES_USER: ark - POSTGRES_PASSWORD: password - POSTGRES_DB: ark_unitnet - e2e: runs-on: ubuntu-latest