Skip to content

Commit

Permalink
ever more DEBIUG
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden committed Jan 19, 2024
1 parent f7adf36 commit a67015c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jupyter-lab-test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ jobs:
- name: Test
working-directory: "./${{ matrix.flavour }}"
env:
CHEF_LICENSE: accept-no-persist
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ steps.prep.outputs.tag }}
run: |
inspec exec tests -t "docker://${REGISTRY}/${REPOSITORY}:${IMAGE_TAG}"
inspec exec --chef-license=accept tests -t "docker://${REGISTRY}/${REPOSITORY}:${IMAGE_TAG}"
# - name: Test
# working-directory: "./${{ matrix.flavour }}"
Expand Down

0 comments on commit a67015c

Please sign in to comment.