Skip to content

Commit

Permalink
update: place flag correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jan 25, 2025
1 parent 9b0b76e commit 3f153f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ runs:
# docker push ghcr.io/exabyte-io/materials-designer_x86_64:latest

- name: Build test container
if: inputs.skip_tests != 'true'
uses: ./actions/docker/build
with:
image-name: materials-designer-test
dockerfile: ./dockerfiles/tests/Dockerfile
cli-args: --build-arg BASE_IMAGE=node

- name: Run tests
if: inputs.skip_tests != 'true'
shell: bash -l {0}
run: |
docker run -d -p 3001:3001 --name=materials-designer materials-designer:latest
Expand Down

0 comments on commit 3f153f3

Please sign in to comment.