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 8d9ab6d commit 670cecaCopy full SHA for 670ceca
.github/workflows/dockerimage.yml
@@ -1,3 +1,4 @@
1
+
2
name: Run tests
3
4
on:
@@ -18,4 +19,4 @@ jobs:
18
19
- uses: actions/checkout@v2
20
- uses: technote-space/get-diff-action@v1
21
- name: Get the list of modified files only
- run: docker build -t shellspec . && docker run -v $PWD:/app shellspec bash -c "cd /app && ./test.sh ${{ env.GIT_DIFF }}"
22
+ run: 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