Skip to content

Commit 6a6310c

Browse files
committed
Update testing CI with checkout v5 and name it Test
1 parent c38f340 commit 6a6310c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ on:
33
push:
44
branches: [ main ]
55
jobs:
6-
build:
7-
name: Build
6+
test:
7+
name: Test
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v5
1212
- name: Build container image
1313
run: docker build -t gtest .
1414
- name: Test in container

0 commit comments

Comments
 (0)