Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Commit 8a4226d

Browse files
author
Michael Oliver
committed
Pointing scripts to correct container
1 parent 6f32e3a commit 8a4226d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_and_test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: docker-compose up --detach --build
3535
- name: Lint
3636
working-directory: ./docker
37-
run: docker-compose run backend-testing sh scripts/lint.sh
37+
run: docker-compose run backend sh scripts/lint.sh
3838
- name: Test
3939
working-directory: ./docker
40-
run: docker-compose run backend-testing sh scripts/test.sh
40+
run: docker-compose run backend sh scripts/test.sh

0 commit comments

Comments
 (0)