Skip to content

Commit

Permalink
chore: Update GitHub workflow to use composer for dependency manageme…
Browse files Browse the repository at this point in the history
…nt and remove unnecessary code
  • Loading branch information
ewilan-riviere committed Aug 24, 2024
1 parent 65c425c commit bcca4fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
run: |
apk add git
git clone https://github.com/kiwilan/php-filelist.git
cd php-filelist
ls
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -40,5 +38,4 @@ jobs:
- name: Execute tests
run: |
ls
cd php-filelist && vendor/bin/pest --ci

0 comments on commit bcca4fc

Please sign in to comment.