Skip to content

Commit

Permalink
exporting environment variables inside runners
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 4, 2024
1 parent 70be7e4 commit 07828a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
go-version: '1.22.3'
- name: unittests
run: |
echo "${{vars.DEVICEREG_URL}}"
export "DEVICEREG_URL=${{vars.DEVICEREG_URL}}"
go clean --testcache
go test -v -timeout 30s -run TestTelegGetMe

0 comments on commit 07828a3

Please sign in to comment.