Skip to content

Commit 1b84356

Browse files
committed
test syntax bug #patch
1 parent 2816e5d commit 1b84356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
docker load --input ${{ env.EXCHANGE_PATH }}/${{ env.EXCHANGE_FILE }}
9393
docker image ls -a
9494
- name: run test
95-
run:
95+
run: |
9696
docker run --rm $LC_IMAGE_NAME:${{ needs.build.outputs.tag }} \
9797
python -m py_compile ldap_sync.py
9898

0 commit comments

Comments
 (0)