mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-25 01:27:08 +01:00
ci: 2nd try at matrix condition
This commit is contained in:
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@@ -78,11 +78,11 @@ jobs:
|
||||
run: |
|
||||
git config --global advice.detachedHead false
|
||||
./ci_install.sh build ${{ matrix.env }}
|
||||
- if: ${{ matrix.env }} == 'nodemcu-lolin'
|
||||
- if: ${{ matrix.env == 'nodemcu-lolin' }}
|
||||
name: Basic build
|
||||
run: |
|
||||
./ci_script.sh build ${{ matrix.env }}
|
||||
- if: ${{ matrix.env }} != 'nodemcu-lolin'
|
||||
- if: ${{ endsWith(matrix.env, '-base') }}
|
||||
name: Test build
|
||||
run: |
|
||||
./ci_script.sh test ${{ matrix.env }}
|
||||
|
||||
Reference in New Issue
Block a user