We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07ddc1 commit f1b9a7cCopy full SHA for f1b9a7c
action.yml
@@ -6,7 +6,7 @@ runs:
6
- name: Copy requirements locally
7
id: copy-requirements
8
shell: bash
9
- run:
+ run: |
10
# `cache-dependency-path` seems to need to be within the current directory. Use a temporary directory
11
#
12
tempdir=$(mktemp --directory --tmpdir=. --suffix=-srcomp-validate-action)
@@ -30,7 +30,7 @@ runs:
30
31
- name: Run Scoring tests
32
33
34
python3 -m unittest discover --buffer scoring/
35
36
if [ -d scoring/tests/ ]
0 commit comments