Skip to content

Commit

Permalink
Update shared workflow reference for docker build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Mar 7, 2025
1 parent eb36694 commit dd77097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:

jobs:
docker_build_test_websocket:
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@FEAT_ConfigurableDockerfile
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
with:
dockerfile: dockerfiles/websocket.dockerfile
docker_build_test_voice:
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@FEAT_ConfigurableDockerfile
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
with:
dockerfile: dockerfiles/voice.dockerfile
py_build_tests:
Expand Down

0 comments on commit dd77097

Please sign in to comment.