Merge pull request 'actions: use volumes: instead of options:' (#63) from earl-warren/end-to-end:wip-context into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/63 Reviewed-by: dachary <dachary@noreply.code.forgejo.org>
This commit is contained in:
commit
746826e3e6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue