Skip to content

Commit d72e9b5

Browse files
committed
Add test workflow
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent b398458 commit d72e9b5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/test-workflow.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
#
3+
# SPDX-License-Identifier: MPL-2.0
4+
5+
# This file works as a placeholder for new workflows to be tested
6+
# in the GitHub actions tab before being merged.
7+
# It is not intended to be used in the main branch, but rather in PRs.
8+
name: Test workflow
9+
10+
on:
11+
workflow_dispatch:
12+
13+
jobs:
14+
test:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Test step
18+
run: echo "Test workflow running"

0 commit comments

Comments
 (0)