Skip to content

Commit

Permalink
Merge pull request #565 from fendor/fix/ci-typo-run
Browse files Browse the repository at this point in the history
Remove accidental run command
  • Loading branch information
fendor authored Apr 3, 2022
2 parents 2cc84cb + 289285e commit f44d6bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
run: xvfb-run -s '-screen 0 640x480x16' -a npm test
- name: "Install `tree` for MacOs"
run: |
brew update
Expand Down

0 comments on commit f44d6bf

Please sign in to comment.