Skip to content

Commit e76e82d

Browse files
committed
run tests for fakes
1 parent dd11b12 commit e76e82d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ jobs:
7171
config: local_s3.toml
7272
count: 1
7373
timeout: 10m
74+
- name: TestFakes
75+
config: fake.toml
76+
count: 1
77+
timeout: 10m
78+
- name: TestDockerFakes
79+
config: fake_docker.toml
80+
count: 1
81+
timeout: 10m
7482
name: ${{ matrix.test.name }}
7583
steps:
7684
- name: Checkout repo

0 commit comments

Comments
 (0)