Skip to content

Commit a87201c

Browse files
Rename tests
1 parent 8fe65fa commit a87201c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
- run: bin/dockerized go version
2929
shell: bash
3030

31-
- run: GO_VERSION=1.16.15 bin/dockerized go version | grep "go1.16.15"
31+
- name: "Test: version from environment variable"
32+
run: GO_VERSION=1.16.15 bin/dockerized go version | grep "go1.16.15"
3233
shell: bash
3334

34-
- run: |
35+
- name: "Test: version from dockerized.env"
36+
run: |
3537
mkdir -p project
3638
cd project
3739
echo 'GO_VERSION=1.17.8' > dockerized.env

0 commit comments

Comments
 (0)