This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
lukas
/
tRakt
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
0
Releases
0
Activity
Browse Source
actions: Fix paths condition for tests
master
Lukas Burk
10 months ago
parent
a77d0ff3fe
commit
8995f3f832
Signed by:
lukas
GPG Key ID:
044E8B20BB186F81
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/check-standard.yaml
+2
-2
.github/workflows/test-coverage.yaml
+ 1
- 1
.github/workflows/check-standard.yaml
View File
@ -5,7 +5,7 @@ on:
paths:
-
"R/*"
-
"NAMESPACE"
-
"tests/*"
-
"tests/*
*
"
pull_request:
branches:
-
master
+ 2
- 2
.github/workflows/test-coverage.yaml
View File
@ -4,13 +4,13 @@ on:
-
master
paths:
-
"R/*"
-
"tests*
/
"
-
"tests
/*
*"
pull_request:
branches:
-
master
paths:
-
"R/*"
-
"tests*
/
"
-
"tests
/*
*"
name
:
test-coverage
Write
Preview
Loading…
Cancel
Save