Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit f0e3f4a

Browse files
committed
empty is a value, it'd be nice if you just handled that github
1 parent e5b2226 commit f0e3f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-20.04
7373
container:
7474
image: ${{ matrix.container.tag }}
75-
options: ${{ matrix.container.options || "" }}
75+
options: ${{ matrix.container.options || '' }}
7676
strategy:
7777
fail-fast: false
7878
matrix:
@@ -99,7 +99,7 @@ jobs:
9999
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
100100
steps:
101101
- uses: actions/checkout@v2
102-
- run: ${{ matrix.container.pre || "echo \"No pre-command, skipped.\"" }}
102+
- run: ${{ matrix.container.pre }}
103103
- run: script/legacy_setup.sh
104104
- run: bundle exec bin/rspec
105105
- run: bundle exec script/cucumber.sh

0 commit comments

Comments
 (0)