No description
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
muhammedfatihercakir 9f92e3ee36
All checks were successful
IQV Forge Runner Smoke Test / smoke-test (push) Successful in 39s
ci: add IQV Forge Runner smoke test
2026-09-27 20:08:53 +03:00
.forgejo/workflows ci: add IQV Forge Runner smoke test 2026-09-27 20:08:53 +03:00
.gitignore ci: add IQV Forge Runner smoke test 2026-09-27 20:08:53 +03:00
README.md ci: add IQV Forge Runner smoke test 2026-09-27 20:08:53 +03:00
test.js ci: add IQV Forge Runner smoke test 2026-09-27 20:08:53 +03:00

IQV Forge Runner Smoke Test

Minimal CI repository for validating the IQV Forge Runner production installation.

What it validates

  • Forgejo Actions can dispatch a job to the docker runner label.
  • The runner can create and execute a Docker job container.
  • Repository checkout works.
  • Node.js and npm are available in the configured runner image.
  • A simple Node.js test executes successfully.
  • The workflow can create and verify output files.

Trigger

The workflow runs automatically on pushes to main and can also be started manually.

Expected successful test output includes:

SMOKE_TEST_OK