Skip to content

Commit

Permalink
CI: remove redundant CI: true variable.
Browse files Browse the repository at this point in the history
It's already set by the runner.
  • Loading branch information
XhmikosR committed Feb 15, 2021
1 parent a468fd4 commit 0b20937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests

on: [push, pull_request]

env:
CI: true
FORCE_COLOR: 2

jobs:
Expand Down

0 comments on commit 0b20937

Please sign in to comment.