Skip to content

Commit c32ee8f

Browse files
committed
test github action for version [1]
Signed-off-by: Mic Bowman <mic.bowman@intel.com>
1 parent 85a84ee commit c32ee8f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pdo_ci:
99
if: "!contains(github.event.commits[0].message, '[skip ci]')"
1010
name: PDO CI Job
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
strategy:
1414
matrix:
@@ -17,7 +17,11 @@ jobs:
1717

1818
steps:
1919
- name: Check out repo
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
21+
22+
- name: Git status
23+
run: |
24+
git rev-list HEAD --count
2125
2226
- name: Build and run tests
2327
if: "!contains(github.event.commits[0].message, '[debug]')"

0 commit comments

Comments
 (0)