Skip to content

Commit

Permalink
Try using tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 14, 2021
1 parent fdd4267 commit 2ca4a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -43,6 +40,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run tests
env:
PHP_CS_FIXER_IGNORE_ENV: 1
Expand Down

0 comments on commit 2ca4a22

Please sign in to comment.