We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f229e7c commit 7171c87Copy full SHA for 7171c87
.github/workflows/docker-build.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Docker
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
with:
16
submodules: recursive
17
- name: Build
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Generate Tag
@@ -60,7 +60,7 @@ jobs:
60
--health-timeout 5s
61
--health-retries 5
62
63
64
- name: Test
65
run: make test
66
- name: Publish Test Report
0 commit comments