Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 30, 2022
1 parent 52c2097 commit 4c3fb68
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/mason_logger.yaml
Expand Up @@ -52,16 +52,11 @@ jobs:
file1="ci.txt"
file2="test/fixtures/ci.txt"
if cmp -s "$file1" "$file2"; then
printf 'The file "%s" is the same as "%s"\n' "$file1" "$file2"
echo "PASS"
else
printf 'The file "%s" is different from "%s"\n' "$file1" "$file2"
echo "FAIL"
exit 1
fi
- name: ☁️ Upload CI
uses: actions/upload-artifact@v3
with:
name: ci.txt
path: packages/mason_logger/ci.txt
pana:
defaults:
Expand Down

0 comments on commit 4c3fb68

Please sign in to comment.