grants-stack-indexer icon indicating copy to clipboard operation
grants-stack-indexer copied to clipboard

Add PR checks that don't depend on fly.io

Open bard opened this issue 2 years ago • 1 comments

Task: Currently we use flyctl deploy --remote-only --build-only in .github/workflows/ci.yml both to build and to run checks, however that presupposes the presence of a FLY_API_TOKEN, which might not be there for contributed PRs.

Changes:

  • Add an explicit lint + test step in the workflow that can be always run.
  • Invoke flyctl for actual deployment only.

bard avatar Jul 10 '23 10:07 bard

Would love to take on this task

clintjeff2 avatar Apr 04 '25 14:04 clintjeff2