We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0a599 commit fdc094eCopy full SHA for fdc094e
.github/workflows/test-moose12.yml
.github/workflows/test.yml
@@ -24,11 +24,11 @@ jobs:
24
- uses: addnab/docker-run-action@v3
25
with:
26
registry: ghcr.io
27
- image: ghcr.io/evref-bl/verveinej:v3.0.7
+ image: ghcr.io/evref-bl/verveinej:v3.2.1
28
options: -v ${{ github.workspace }}:/src
29
run: |
30
cd tests
31
- /VerveineJ-3.0.7/verveinej.sh -format json -o output.json -alllocals -anchor assoc .
+ /VerveineJ-3.2.1/verveinej.sh -format json -o output.json -alllocals -anchor assoc .
32
cd ..
33
- uses: hpi-swa/setup-smalltalkCI@v1
34
0 commit comments