Skip to content

Commit c5afc2c

Browse files
committed
fix: typo
1 parent 2d36302 commit c5afc2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55

66
jobs:
77
call-build:
8-
uses: ./workflows/docker-build.yaml
8+
uses: ./.github/workflows/docker-build.yaml
99
call-test:
10-
uses: ./workflows/pytest.yaml
10+
uses: ./.github/workflows/pytest.yaml

0 commit comments

Comments
 (0)