diff --git a/.github/actions/pysen-test/Dockerfile b/.github/actions/pysen-test/Dockerfile deleted file mode 120000 index fce0923..0000000 --- a/.github/actions/pysen-test/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -../../../assets/Dockerfile \ No newline at end of file diff --git a/.github/actions/pysen-test/action.yml b/.github/actions/pysen-test/action.yml index 371d3db..6359c8e 100644 --- a/.github/actions/pysen-test/action.yml +++ b/.github/actions/pysen-test/action.yml @@ -2,7 +2,7 @@ name: 'pysen-test' description: 'Run pysen test' runs: using: 'docker' - image: 'Dockerfile' + image: '../../../assets/Dockerfile' entrypoint: '/bin/bash' args: - '-c'