summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-19 14:49:39 -0700
committermo khan <mo.khan@gmail.com>2020-11-19 14:49:39 -0700
commitc7aa61434cc6c9351f2ce5059765e69a0525ebac (patch)
treeb0051f21f4ccd1e3b82899bbb5e92e299a6b14ad /.github/workflows
parent6ca5b9dbe71f5f1c34e3eeef0aab11c3f0fe33f2 (diff)
chore: redirect stderr to stdout in GH action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 848aa3f..60cfe6d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: setup
- run: ./bin/setup
+ run: ./bin/setup 2>&1
- name: test
run: ./bin/test
lint: