Skip to content

Commit

Permalink
remove test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed May 30, 2024
1 parent a79dce5 commit 50055fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ jobs:
- name: Check setup
run: |
git -v
pwd
ls -al
# This keeps git from thinking that the current dir is not a repo even though a .git dir exists
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git --no-pager diff build/digests.json
psql -l
echo "c1,c2" > test.csv
echo "a,b" >> test.csv
Expand Down

0 comments on commit 50055fb

Please sign in to comment.