Skip to content

Commit

Permalink
Reference the environment in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drzax committed Mar 8, 2021
1 parent e2d5622 commit 2c9a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request]
jobs:
build:
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}

environment: test
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 2c9a471

Please sign in to comment.