Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Nov 26, 2024
1 parent 956ec22 commit aab7c3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ docker run --rm -v "/mnt/d/Developpement/git/evol-critics:/src" ghcr.io/evref-bl
parse:
stage: parse
image:
name: ghcr.io/evref-bl/verveinej:v3.2.1
name: ghcr.io/evref-bl/verveinej:v3.2.3
entrypoint: [""]
needs:
script:
- /VerveineJ-3.2.1/verveinej.sh -format json -o model.json -alllocals -anchor assoc -autocp ./repo ./src
- java -jar VerveineJ.jar -format json -o model.json -alllocals -anchor assoc -autocp ./repo ./src
artifacts:
paths:
- model.json
Expand All @@ -62,7 +62,7 @@ parse:
## GitHub example
Use the VerveineJ docker image in a GitHub action (example for version `v3.2.1`)
Use the VerveineJ docker image in a GitHub action (example for version `v3.2.3`)

```yml
name: My CI
Expand All @@ -86,10 +86,10 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
registry: ghcr.io
image: ghcr.io/evref-bl/verveinej:v3.2.1
image: ghcr.io/evref-bl/verveinej:v3.2.3
options: -v ${{ github.workspace }}:/src
run: |
cd tests
/VerveineJ-3.2.1/verveinej.sh -format json -o output.json -alllocals -anchor assoc .
java -jar VerveineJ.jar -format json -o output.json -alllocals -anchor assoc .
cd ..
```

0 comments on commit aab7c3c

Please sign in to comment.