Skip to content

Commit cc66145

Browse files
authored
Update set github env for unit-test
1 parent b7a987e commit cc66145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
# https://help.github.com/en/actions/reference/workflow-commands-for-github-actions
2525
- name: Set build variables
2626
run: |
27-
echo "::set-env name=MAKE_TARGET::${{ matrix.make_target }}"
28-
echo "::set-env name=GO_FLAGS::-mod=vendor"
29-
echo "::set-env name=GO111MODULE::on"
27+
echo "MAKE_TARGET=${{ matrix.make_target }}"
28+
echo "GO_FLAGS=-mod=vendor"
29+
echo "GO111MODULE=on"
3030
3131
- name: Run ${{matrix.make_target}}
3232
run: |

0 commit comments

Comments
 (0)