Skip to content

Commit 670ceca

Browse files
committed
Adding generator to generate installers
1 parent 8d9ab6d commit 670ceca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: Run tests
23

34
on:
@@ -18,4 +19,4 @@ jobs:
1819
- uses: actions/checkout@v2
1920
- uses: technote-space/get-diff-action@v1
2021
- name: Get the list of modified files only
21-
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

Comments
 (0)