forked from CCMS-UCSD/GNPS_Workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
22 lines (16 loc) · 722 Bytes
/
Copy pathMakefile
File metadata and controls
22 lines (16 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
test-push-full:
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b
# Caches environment
test-push-fast:
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b -r
# Testing individual targets
test-fbmn:
act -j test-fbmn -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b --verbose
test-mshub:
act -j test-mshub -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b --verbose
test-gc-networking:
act -j test-gc-networking -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b --verbose
test-molnet:
act -j test-molnet -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b --verbose
test-ms2lda:
act -j test-ms2lda -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b --verbose