Skip to content

Commit 24c9f72

Browse files
committed
Update github test
1 parent ebedee6 commit 24c9f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Test njs command line
115115
run: |
116-
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q - | grep "Using njs v0.8.6"
116+
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q - | grep "Using njs v0.8.10"
117117
118118
- name: Show logs
119119
if: always()

0 commit comments

Comments
 (0)