From b648c1cd50866856b024f0f1f60be02f4f412019 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 10 Jan 2024 21:37:05 +0100 Subject: [PATCH] actions: use volumes: instead of options: for test coverage purposes --- actions/example-context/.forgejo/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actions/example-context/.forgejo/workflows/test.yml b/actions/example-context/.forgejo/workflows/test.yml index dd5a38e..a894bfd 100644 --- a/actions/example-context/.forgejo/workflows/test.yml +++ b/actions/example-context/.forgejo/workflows/test.yml @@ -5,7 +5,8 @@ jobs: runs-on: docker container: image: code.forgejo.org/oci/node:20-bookworm - options: "--volume /srv/example:/srv/example" + volumes: + - /srv/example:/srv/example steps: - name: env.CI