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 256b07a commit ee76c06Copy full SHA for ee76c06
.github/workflows/backend.yml
@@ -29,6 +29,7 @@ jobs:
29
working-directory: ./server
30
env:
31
GITLAB_ACCESS_TOKEN: ${{ secrets.GITLAB_ACCESS_TOKEN }}
32
+ CONFIG_FILE: /home/runner/work/amos-ss2021-is-project-linter/amos-ss2021-is-project-linter/config.json
33
run: ./gradlew test
34
35
- name: Log in to Docker Hub
0 commit comments