Добавил вывод текущией директории к воркфлоу
This commit is contained in:
parent
5f3de84ce1
commit
8f7d4c41bb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
|||
with:
|
||||
go-version: 1.19
|
||||
|
||||
- name: Вывод текущей директории
|
||||
run: ls -a
|
||||
|
||||
- name: Установка зависимостей
|
||||
run: go get source
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue