Skip to content

Commit 0dfa3eb

Browse files
committed
ci: update github actions workflow from template
1 parent 821209c commit 0dfa3eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v2
2222

2323
- name: Run pre-commit
24-
run: make test/pre-commit
24+
run: make test/docker/pre-commit
2525

2626
unit-tests:
2727
needs: pre-commit
@@ -45,8 +45,7 @@ jobs:
4545
4646
- name: Run Unit Tests
4747
if: steps.changes.outputs.terraform == 'true'
48-
run: make test/unit-tests
48+
run: make test/docker/unit-tests
4949
env:
5050
GITHUB_OWNER: ${{ secrets.TEST_GITHUB_ORGANIZATION }}
5151
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
52-
TF_VAR_app_installations: ${{ secrets.TEST_GITHUB_APP_INSTALLATIONS }}

0 commit comments

Comments
 (0)