Skip to content

Commit 2278381

Browse files
Merge pull request #84 from psathyan/updateWorkflow
Fix check - verification of jobs
2 parents d0fcd6d + 77c9b4b commit 2278381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Verify Jenkins jobs
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: build JJB container image
1414
run: docker build -t nfs-ganesha-ci-tests -f tests/Containerfile .
1515
- name: update Jenkins Jobs

tests/verify-yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
jenkins-jobs test jobs
3+
jenkins-jobs test globals/macro:jobs

0 commit comments

Comments
 (0)