Skip to content

Commit

Permalink
Typo in path to imaget test scripts
Browse files Browse the repository at this point in the history
- fix path to image test scripts
- add --verbose to figure out why

Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
  • Loading branch information
jfpanisset committed Aug 12, 2023
1 parent db1ef2e commit b2177d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- name: Install aswfdocker and dependencies with pipenv
run: pipenv install
run: pipenv install --verbose

- name: Free up disk space
run: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- run: |
set -ex
export DOCKER_ORG=`aswfdocker --repo-uri $GITHUB_REPOSITORY --source-branch $GITHUB_REF getdockerorg`
test_script=scripts/test/${{ matrix.version }}/test_${{ matrix.test }}.sh
test_script=scripts/tests/${{ matrix.version }}/test_${{ matrix.test }}.sh
if [ -f $test_script ]
then
echo "Going to run ${test_script}"
Expand Down

0 comments on commit b2177d8

Please sign in to comment.