CI: add test and build fix
Some checks failed
/ build (push) Failing after 31s

This commit is contained in:
phil 2024-12-16 04:33:27 +01:00
parent a8de19625e
commit a3340c406c

View file

@ -23,7 +23,7 @@ jobs:
- name: Check if the container should be built - name: Check if the container should be built
id: builder id: builder
env: env:
RUN: ${{ toJSON(inputs.build || !contains(steps.version.outputs.version, '-')) }} RUN: ${{ toJSON(inputs.build || !contains(steps.version.outputs.version, '-g')) }}
run: | run: |
echo "run=$RUN" >> $GITHUB_OUTPUT echo "run=$RUN" >> $GITHUB_OUTPUT
echo "Run build: $RUN" echo "Run build: $RUN"