Skip to content

Commit aae1188

Browse files
add workflow to pipeline
1 parent 2275af4 commit aae1188

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
needs: [build_core]
3939
uses: ./.github/workflows/test-bundlers.yml
4040

41+
copytask_tests:
42+
name: Copy Task Tests
43+
needs: [build_core]
44+
uses: ./.github/workflows/test-copytask.yml
45+
4146
component_starter_tests:
4247
name: Component Starter Smoke Test
4348
needs: [build_core]

0 commit comments

Comments
 (0)