Skip to content

Commit

Permalink
wip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Dec 19, 2024
1 parent 3c37d4f commit 7f63665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
image: kirschbaumdevelopment/laravel-test-runner:8.2

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
ref: ${{ github.ref_name }}

- name: Install composer dependencies
run: |
Expand Down

0 comments on commit 7f63665

Please sign in to comment.