We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a9f88 commit 646b7e0Copy full SHA for 646b7e0
.github/workflows/scripts.yml
@@ -120,7 +120,7 @@ jobs:
120
121
# script should fail if expected source tarball did not get created in dist/
122
($GITHUB_WORKSPACE/scripts/create_source_tarball.sh ${{matrix.repo}} $version 2>&1 | tee $out) || true
123
- grep "ERROR: Expected file dist/${{matrix.repo}}-${version}.tar.gz not found!" $out
+ grep "ERROR: No source tarball for ${{matrix.repo}} ${version} found" $out
124
echo "Expected error found in output: OK!"
125
126
# clean up index file, to avoid check for dirty working directory failing
0 commit comments