Skip to content

Commit

Permalink
fix(ci): remove phar packaging tests (refs #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Mar 23, 2024
1 parent 4863562 commit 8512537
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
24 changes: 0 additions & 24 deletions .ci/check-gitlab.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ jobs:
SYMFONY_DEPRECATIONS_HELPER: weak
GIT_MANAGER_DIR: /tmp/git-manager-test

- name: Build dist/git-manager.phar
run: |
php -d phar.readonly=0 build-phar.php
chmod +x dist/git-manager.phar
- name: Test dist/git-manager.phar with gitlab.com
run: |
bash .ci/check-gitlab.sh
env:
GIT_MANAGER_DIR: /tmp/git-manager-test
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}

- name: Upload coverage results to coveralls.io
if: github.ref == 'refs/heads/master' && matrix.php-version == '8.2'
run: |
Expand Down

0 comments on commit 8512537

Please sign in to comment.