Skip to content

Commit

Permalink
user ternary operator [TO SQUASH]
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Dec 18, 2024
1 parent 26af78f commit 4e1cf8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ jobs:
fail-fast: false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
if: ${{ matrix.LUA != 'tarantool' }}

- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
repository: 'tarantool/tarantool'
if: ${{ matrix.LUA == 'tarantool' }}
repository: ${{ matrix.LUA == 'tarantool' && 'tarantool/tarantool' || github.repository }}

- name: Setup common packages
run: |
Expand Down

0 comments on commit 4e1cf8e

Please sign in to comment.