Skip to content

Commit

Permalink
CI: remove act workaround, which is now obsolete
Browse files Browse the repository at this point in the history
With the release of act v0.2.58, the workaround for /opt/hostedtoolcache
is no longer necessary.

Remove custom `poe` task and update documentation.
  • Loading branch information
claui committed Feb 10, 2024
1 parent c92ec0f commit 289b631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ If you have [act](https://github.com/nektos/act) installed and a
Docker daemon active, run:

```sh
poetry run poe act
act
```

If that command fails with an error message like:
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ verbosity = -1
[tool.poe.tasks]
tasks.cmd = "poe -v"
tasks.help = "List available tasks"
# See also issue [nektos/act#1987](https://github.com/nektos/act/issues/1987)
act.cmd = "act --container-options '-v act-toolcache:/opt/hostedtoolcache'"
act.help = "Run CI locally (requires active Docker daemon)"
doc.cmd = "pdoc release_feed_mediola !release_feed_mediola.settings"
doc.help = "Browse documentation"
feed.script = "release_feed_mediola.cli:run"
Expand Down

0 comments on commit 289b631

Please sign in to comment.