We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eb326 commit 7dfd004Copy full SHA for 7dfd004
.github/workflows/dockerimage.yml
@@ -19,4 +19,4 @@ jobs:
19
- uses: actions/checkout@v2
20
- uses: technote-space/get-diff-action@v1
21
- name: Get the list of modified files only
22
- run: pip install toml && python generate.py ${{ env.GIT_DIFF }} && docker build -t shellspec . && docker run -v $PWD:/app shellspec bash -c "cd /app && ./test.sh ${{ env.GIT_DIFF }}"
+ run: pip install toml pytablewriter && python generate.py ${{ env.GIT_DIFF }} && docker build -t shellspec . && docker run -v $PWD:/app shellspec bash -c "cd /app && ./test.sh ${{ env.GIT_DIFF }}"
0 commit comments