Ajout de l'exécution de l'action en tant que root
Some checks failed
Gradle Test / test (push) Failing after 10s
Some checks failed
Gradle Test / test (push) Failing after 10s
This commit is contained in:
parent
4849301f7e
commit
1272b7b0ab
2 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: data.forgejo.org/oci/node:20-bullseye
|
||||
options: "--user root"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: data.forgejo.org/oci/node:20-bullseye
|
||||
options: "--user root"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue