Skip to content

Commit 298b47e

Browse files
ci: rename tests workflow
1 parent 53b271e commit 298b47e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: tests
22

33
on:
44
push:
@@ -7,10 +7,10 @@ on:
77
branches: [ main, dev ]
88

99
jobs:
10-
test:
10+
tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414

1515
- name: Parse environment.json and set Docker image
1616
id: docker_image

0 commit comments

Comments
 (0)