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 821209c commit 0dfa3ebCopy full SHA for 0dfa3eb
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v2
22
23
- name: Run pre-commit
24
- run: make test/pre-commit
+ run: make test/docker/pre-commit
25
26
unit-tests:
27
needs: pre-commit
@@ -45,8 +45,7 @@ jobs:
45
46
- name: Run Unit Tests
47
if: steps.changes.outputs.terraform == 'true'
48
- run: make test/unit-tests
+ run: make test/docker/unit-tests
49
env:
50
GITHUB_OWNER: ${{ secrets.TEST_GITHUB_ORGANIZATION }}
51
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
52
- TF_VAR_app_installations: ${{ secrets.TEST_GITHUB_APP_INSTALLATIONS }}
0 commit comments