Skip to content

Make GitHub Actions E2E tests independent of S3 secrets #1053

Description

@ChengShi-1

Summary

Fork-based pull requests cannot run the full E2E suite because the GitHub Actions workflow requires S3_ACCESS_KEY and S3_SECRET_KEY.

S3-dependent tests include:

  • FileUpload.spec.ts
  • FileJSDataverseRepository.spec.ts
  • Dataset.spec.tsx
  • File.spec.tsx
  • EditFileMetadata.spec.tsx
  • CollectionItemsPanel.spec.ts

We could make E2E storage self-contained and independent of repository secrets—for example, use a local service instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions