Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Feb 25, 2025
1 parent 90d3006 commit 1a1457d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ jobs:
run: |
echo "AFFECTED_APPS=$(npx nx show projects --affected --type=app | tr '\n' ',' | sed 's/,$//')" >> $GITHUB_ENV
- name: Show affected apps
run: |
echo "Affected apps: ${{ env.AFFECTED_APPS }}"
- name: Create pipeline docker image
working-directory: tools
run: docker build . -f pipelines/Dockerfile -t geonetwork/geonetwork-ui-tools-pipelines:latest
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub-e2e/src/e2e/datasetDetailPage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ describe('dataset pages', () => {
.find('gn-ui-download-item')
.first()
.click()
cy.readFile(path.join('cypress/downloads', 'wfs.csv')).as(
cy.readFile(path.join('cypress/downloads', 'rectangles_200m_menage_erbm.csv')).as(
'downloadedFile'
)
cy.get('@downloadedFile').should('exist')
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a1457d

Please sign in to comment.