Skip to content

Commit d2095e9

Browse files
committed
Removed test-prune-project github action after itkdev-docker-compose template:install was added
1 parent f7e9630 commit d2095e9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/template_test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ on:
77
pull_request:
88

99
jobs:
10-
test-prune-project:
11-
runs-on: ubuntu-latest
12-
name: Test prune project
13-
env:
14-
PROJECT_NAME: my-test-project
15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
19-
# https://taskfile.dev/installation/#github-actions
20-
- name: Setup Task
21-
uses: arduino/setup-task@v2
22-
23-
- name: Prune project
24-
run: |
25-
task template-prune PROJECTNAME=$PROJECT_NAME
2610
changelog:
2711
runs-on: ubuntu-latest
2812
name: Changelog should be updated

0 commit comments

Comments
 (0)