Skip to content

Commit

Permalink
GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Mar 10, 2024
1 parent 36a4248 commit ac82549
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

jobs:
build:
test:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -36,9 +36,6 @@ jobs:
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

steps:
- name: Make chown
run: sudo chown -R $USER:$USER ${{ github.workspace }}

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit ac82549

Please sign in to comment.