Skip to content

Commit

Permalink
Actions: Corrected the location of FORCE_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jul 21, 2024
1 parent ab559d7 commit 60c9b07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test

on: [push]

env:
FORCE_COLOR: 1

jobs:
test:
runs-on: ubuntu-22.04
Expand All @@ -12,8 +15,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y bash busybox ksh mksh posh yash zsh kcov
- name: Install shellspec
env:
FORCE_COLOR: 1
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
curl -fsSL https://git.io/shellspec | sh -s master -y
Expand Down

0 comments on commit 60c9b07

Please sign in to comment.