Skip to content

Commit 9148288

Browse files
committed
fixing ci syntax
1 parent 5688fd3 commit 9148288

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
luarocks install luacov-coveralls
4242
4343
- name: Upload coverage status
44+
# Lua 5.5 report depends on https://github.com/lunarmodules/luacov/pull/118
45+
if: ${{ matrix.lua-version != '5.5' }}
4446
run: |
45-
# Lua 5.5 report depends on https://github.com/lunarmodules/luacov/pull/118
46-
if: ${{ matrix.lua-version != '5.5' }}
4747
export MY_PYTHON_VER=$(python -c 'import sys; print(".".join(sys.version.split(".")[0:2]))')
4848
export PATH="/Users/runner/Library/Python/$MY_PYTHON_VER/bin:$PATH"
4949
coveralls -b . -i src --dump c.report.json

0 commit comments

Comments
 (0)