Skip to content

exporting environment variables inside runners #5

exporting environment variables inside runners

exporting environment variables inside runners #5

Workflow file for this run

name: Unit Test
on:
push:
branches:
- v.nightly.0
# env:
# - DEVICEREG_URL:${{ vars.DEVICEREG_URL }}
# - BOT_BASEURL:${{ vars.BOT_BASEURL }}
# - BOT_UNAME=${{ vars.BOT_UNAME }}
# - BOT_TOK=${{ vars.BOT_TOK }}
jobs:
unittesting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.22.3'
- name: unittests
run: |
echo ${{ secrets.DEVICEREG_URL}}
go clean --testcache
go test -v -timeout 30s -run TestTelegGetMe