Skip to content

Commit

Permalink
Remove 'Common Settings' step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Aug 11, 2021
1 parent 983a90b commit f7e9277
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ jobs:
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Common Settings
run: |
# Core dump settings
ulimit -c unlimited -S || true
# Hide "You are in 'detached HEAD' state" message
git config --global advice.detachedHead false
- name: Checkout Code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f7e9277

Please sign in to comment.