@raegen/github-runner

0.1.5 • Public • Published

github-runner

NX Tasks runner for github actions

Usage

Dependency

github-runner uses @actions/cache for managing Actions Cache, and @actions/cache requires Github Runtime to be exposed.

The above action needs to be used prior to invoking nx command(s) using github-runner as tasks runner.

.github/workflows/[workflow].yml

- uses: crazy-max/ghaction-github-runtime@v2
- run: |
    nx run-many -t [target] --runner=github-runner

nx.json

{
   "tasksRunnerOptions": {
    "github-runner": {
      "runner": "@raegen/github-runner",
      "options": {
        "cacheableOperations": ["build"]
      }
    }
  },
}

or

$ nx [command] --runner=github-runner

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.530latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.530
0.1.41
0.1.31
0.1.12
0.1.01
0.0.91
0.0.82
0.0.71
0.0.62
0.0.51
0.0.41
0.0.31
0.0.22

Package Sidebar

Install

npm i @raegen/github-runner

Weekly Downloads

46

Version

0.1.5

License

MIT

Unpacked Size

11.9 kB

Total Files

11

Last publish

Collaborators

  • raegen