Skip to content

Commit

Permalink
[BUGFIX] fix environmental variables and remove unsupported go versio…
Browse files Browse the repository at this point in the history
…ns from testing
  • Loading branch information
DaRealFreak committed Oct 19, 2021
1 parent 960663b commit cefb16f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env:
PROXY_HOST: ${{ secrets.PROXY_HOST }}
PROXY_USER: ${{ secrets.PROXY_USER }}
PROXY_PASS: ${{ secrets.PROXY_PASS }}
PROXY_HOST_HTTPS: ${{ secrets.PROXY_HOST_HTTPS }}
PROXY_PORT_HTTPS: ${{ secrets.PROXY_PORT_HTTPS }}
PROXY_HOST_SOCKS5: ${{ secrets.PROXY_HOST_SOCKS5 }}

jobs:
coverage:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ on:
- cron: '0 3 * * *'

env:
PROXY_HOST: ${{ secrets.PROXY_HOST }}
PROXY_USER: ${{ secrets.PROXY_USER }}
PROXY_PASS: ${{ secrets.PROXY_PASS }}
PROXY_HOST_HTTPS: ${{ secrets.PROXY_HOST_HTTPS }}
PROXY_PORT_HTTPS: ${{ secrets.PROXY_PORT_HTTPS }}
PROXY_HOST_SOCKS5: ${{ secrets.PROXY_HOST_SOCKS5 }}

jobs:
test:
strategy:
matrix:
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x]
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit cefb16f

Please sign in to comment.