Skip to content

Commit

Permalink
set environment variable for codecov action locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 21, 2021
1 parent ab55c4f commit 4af0670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies on macOS
Expand Down Expand Up @@ -49,6 +47,8 @@ jobs:
- uses: codecov/codecov-action@v2
with:
env_vars: OS
env:
OS: ${{ matrix.os }}
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4af0670

Please sign in to comment.