Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfreese committed May 27, 2023
1 parent 4f318e2 commit c6cf1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- if: ${{ !steps.image-cache.outputs.cache-hit }}
run: docker build -t $IMAGE_CACHE_NAME .
- run: |
docker run -it --rm \
docker run --rm \
-e TEST_ZSH_BIN=zsh-${{ matrix.version }} \
-v $PWD:/zsh-autosuggestions $IMAGE_CACHE_NAME \
make test
Expand Down

0 comments on commit c6cf1d7

Please sign in to comment.