Skip to content

Commit 9198691

Browse files
committed
ci: test
1 parent 4f949de commit 9198691

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: GitHub Actions Demo
2+
3+
on:
4+
- push
5+
6+
jobs:
7+
Explore-GitHub-Actions:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: |
11+
echo coverage-Linux-vim-stable.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g'

0 commit comments

Comments
 (0)