Skip to content

Commit

Permalink
TO REMOVE: SKIP NX CACHE ON E2E TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Mar 1, 2024
1 parent 79446c4 commit c19c512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
npm ci
- name: Run tests
run: npx nx run-many --target=e2e
run: npx nx run-many --target=e2e --skip-nx-cache

build-npm-package:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub-e2e/src/e2e/datasets.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ describe('datasets', () => {
})
})

describe('filter by geometry', () => {
describe.only('filter by geometry', () => {
beforeEach(() => {
// this will enable spatial filtering
cy.intercept('GET', '/assets/configuration/default.toml', {
Expand Down

0 comments on commit c19c512

Please sign in to comment.