We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e57df9 commit e9b15deCopy full SHA for e9b15de
3 files changed
.github/workflows/validate-code.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Upload coverage report
45
if: success() && matrix.os == 'ubuntu-latest'
46
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.4
47
with:
48
verbose: true
49
token: ${{ secrets.CODECOV_TOKEN }}
docker-compose.yml
@@ -68,7 +68,7 @@ services:
68
69
70
webdriver:
71
- image: yeagerai/genlayer-genvm-webdriver:0.0.3
+ image: yeagerai/genlayer-genvm-webdriver:0.0.11
72
shm_size: 2gb
73
environment:
74
- PORT=${WEBDRIVERPORT:-4444}
@@ -84,7 +84,7 @@ services:
84
max-file: "3"
85
86
ollama:
87
- image: ollama/ollama:0.9.6
+ image: ollama/ollama:0.23.0
88
ports:
89
- 11434:11434
90
container_name: genlayer-ollama
0 commit comments