diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-19 14:49:39 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-19 14:49:39 -0700 |
| commit | c7aa61434cc6c9351f2ce5059765e69a0525ebac (patch) | |
| tree | b0051f21f4ccd1e3b82899bbb5e92e299a6b14ad /.github/workflows/ci.yml | |
| parent | 6ca5b9dbe71f5f1c34e3eeef0aab11c3f0fe33f2 (diff) | |
chore: redirect stderr to stdout in GH action
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |
