Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Jan 25, 2025
1 parent 9c1e68e commit d289ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build docker containers and run tests
description: Building docker images using ECR or github containers

inputs:
run-test-arguments:
description: 'Extra context to pass to tests'
run-test-environment:
description: '-e VAR1=value1 -e VAR2=value2'
required: false
default: ''
skip_build:
Expand Down Expand Up @@ -61,4 +61,4 @@ runs:
fi
sleep 5
done
docker run --network=host materials-designer-test ${{ inputs.run-test-arguments }}
docker run ${{ inputs.run-test-environment }} --network=host materials-designer-test

0 comments on commit d289ee4

Please sign in to comment.