Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 20, 2022
1 parent 633342b commit 0f78168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/smoke-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ runs:
IC_VERSION=CI
${{ contains(inputs.image, 'nap') && 'NAP_MODULES=dos' || '' }}
secrets: |
"nginx-repo.crt=${{ inputs.nginx-crt }}"
"nginx-repo.key=${{ inputs.nginx-key }}"
${{ contains(inputs.image, 'plus') && '"nginx-repo.crt=${{ inputs.nginx-crt }}"' || '' }}
${{ contains(inputs.image, 'plus') && '"nginx-repo.key=${{ inputs.nginx-key }}"' || '' }}
- name: Build Test-Runner Container
uses: docker/build-push-action@v2
Expand Down Expand Up @@ -114,6 +114,6 @@ runs:
--self-contained-html \
--durations=10 \
--show-ic-logs=yes \
-m ${{ inputs.marker != '' && inputs.marker || '""' }}
-m ${{ inputs.marker != '' && inputs.marker || '""' }}
working-directory: ./tests
shell: bash

0 comments on commit 0f78168

Please sign in to comment.